data-analysis
Here are 10,414 public repositories matching this topic...
Is your feature request related to a problem?
When I try to dump a DataFrame which has spaces in columns into an SQLite database, I get the _SAFE_NAMES_WARNING. However, spaces in column names are no longer changed to underscores since version 0.14. This warning should be removed. IMHO it is no longer relevant.
Describe the solution you'd like
Remove the following lines from io/
-
Updated
Nov 4, 2021 - Clojure
Problem
I am just exploring streamlit and having a great time so far! I have video data that I want to visually inspect, but they are short videos of ~5 seconds. Currently it seems st.video does not have a loop option.
Solution
Add a loop option to st.video.
Not sure how difficult this would be. If not, I would be happy to work on a PR if someone could give me some quick po
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Nov 1, 2021 - C
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
The labels of the "regular expression" checkboxes are not properly linked to the corresponding checkbox.
To Reproduce
Steps to reproduce the behavior:
- First, open a project and create two text filters
- Then, click on the label (not the checkbox) "regular expression" in the second text facet
Current Results
.
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
Describe the issue linked to the documentation
In the section https://imbalanced-learn.org/stable/under_sampling.html#prototype-selection the selected subset S' should be a (strict) subset, not and element of S.
Suggest a potential alternative/fix
Change \in to \subset in doc/under_sampling.rst.
-
Updated
Nov 4, 2021 - Java
-
Updated
Nov 4, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
The official instructions say to use joblib for pickling PyOD models.
This fails for AutoEncoders, or any other TensorFlow-backed model as far as I can tell. The error is:
>>> dump(model, 'model.joblib')
...
TypeError: can't pickle _thread.RLock objects
Note that it's not sufficient to save the underlying Keras S
-
Updated
Sep 1, 2021 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
Jul 11, 2020 - Python
Tell us about the problem you're trying to solve
We can probably reduce the docker image size of our java based connectors by using the ADD command instead of COPYing the tar archive. See this PR for an example
Describe the solution you’d like
use the ADD command to reduce the size of the docker images
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Feb 6, 2020
-
Updated
Nov 4, 2021 - Python
-
Updated
Nov 4, 2021 - JavaScript
-
Updated
Nov 4, 2021 - Python
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analysis topic, visit your repo's landing page and select "manage topics."

This issue is reserved for the Data Umbrella Africa & Middle East Sprint on October 23, 2021 as a good first issue. For non-sprint contributors, please wait till October 30, 2021 to work on this issue.
Note
For those who are running into "YD01: No Yields section found", it could be the cv parameter. Update `An iterable yielding (train, test) sp