data-analysis
Here are 11,383 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 this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
maps = pd.Series([np.int64(0),np.int64(2),np.int64(1)]) #index-value-
Updated
Feb 3, 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
Jan 31, 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
Jan 26, 2022 - Go
-
Updated
Jan 5, 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
Tell us about the problem you're trying to solve
When using 'basic normalization' for a Snowflake destination, the value of query_tag is set to 'normalization'. I would like to have an option to overrule this value.
Related issues, in which query_tag and other dbc parameters can be set: airbytehq/airbyte#9623 which also solves this issue: https://github.com/airbyte
-
Updated
Feb 3, 2022 - Java
-
Updated
Feb 3, 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
-
Updated
Jan 22, 2022 - Python
Is your feature request related to a problem? Please describe.
Right now, you can put markdown in the article but not in the description. This causes people to put links in the bottom even when logically they would be part of the description (e.g. this Space: https://huggingface.co/spaces/Epoching/3D_Photo_Inpainting)
Describe the solution you'd like
Allow markdown and/or HTML in
-
Updated
Jan 30, 2022 - Java
-
Updated
Oct 7, 2021 - R
-
Updated
Jul 11, 2020 - Python
-
Updated
Feb 6, 2020
-
Updated
Feb 3, 2022 - Python
Is your feature request related to a problem? Please describe.
Hi,
While porting some code from Pandas to cuDF, I have noticed that cuDF series do not support unstack method.
As an additional request, It would be great if fill_values could be supported in both cudf.DataFrame.unstack and cudf.Series.unstack methods. Thanks!
Describe the solution you'd like
To have that meth
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."


These examples take quite a long time to run, and they make our documentation CI fail quite frequently due to timeout. It'd be nice to speed the up a little bit.
To contributors: if you want to work on an example, first have a look at the example, and if you think you're comfortable working on it and have found a potential way to speed-up execution time while preserving the educational message