data-analysis
Here are 11,501 public repositories matching this topic...
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug
- Create a mixed time-series chart
- Configure axi
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
masterhere
Location of the documentation
Documentation problem
- dropna
- index
are missing from the docst
-
Updated
Feb 14, 2022 - Clojure
Summary
Aesthetically trivial, yet I've spotted a discrepancy with font sizes in our tooltip (front-end + back-end screenshots below).
I believe sections #1 and #2 should have the same font size?


(see https://groups.google.com/g/openrefine/c/gV0bLUz7p7o)
Proposed solution
We could make this variable available in Jython too.
It would also be good to [document](https
-
Updated
Feb 4, 2022 - Jupyter Notebook
- 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
-
Updated
Feb 2, 2022 - Python
-
Updated
Feb 7, 2022 - Go
-
Updated
Feb 13, 2022 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Jan 25, 2022 - Python
New Source: Mambu
Tell us about the new connector you’d like to have
- Which source and which destination?
Source: mambu (https://api.mambu.com/)
Destination: S3, RDS, Redshift - Do you need a specific version of the underlying data source e.g: you specifically need support for an older version of the API or DB?
Want to support for since 1.0.
Describe the context around this new connector
- Why do yo
-
Updated
Feb 14, 2022 - Java
-
Updated
Feb 12, 2022 - Go
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
Oct 15, 2020 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
It's not clear what inputs are optional when you are using a Gradio Interface
Describe the solution you'd like
One idea: the default label for an optional component could include "(Optional)" at the end to designate it at such.
Additional context
Here's an example Space where I think it would be useful to know wh
-
Updated
Feb 14, 2022 - Java
-
Updated
Jan 22, 2022 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
Jul 11, 2020 - Python
-
Updated
Feb 13, 2022 - Python
-
Updated
Feb 6, 2020
Is your feature request related to a problem? Please describe.
While reviewing PR #9817 to introduce DataFrame.diff, I noticed that it is restricted to acting on numeric types.
A time-series diff is probably a very common user need, if provided a series of timestamps and seeking the durations between observations.
Pandas supports diffs on non-numeric types like timestamps:
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."
Describe the issue linked to the documentation
Many legitimate notebook style examples have been broken, and specifically by the following PR
scikit-learn/scikit-learn#9061
Here are all the examples that use patterns like
# #######(found byag -l '# #####*\s#' examples | sort, note there may be false positives ... for example examples/impute/plot_missing_val