data-analysis
Here are 9,106 public repositories matching this topic...
Screenshot
Description
chart 3 dot menu is behind the chart title panel in chart maximize mode
We've got two versions of our logo, one for light backgrounds, and another one for dark backgrounds: https://pandas.pydata.org/about/citing.html#brand-and-logo.
Modern browsers usually support a dark mode, and when users have it activated, our favicon (our logo for light backgrounds) doesn't look really nice:
 files that I get. Most frequently I need to change the "Ignore first" and "Discard initial" parameters and since I usually need both of these and since my files are large and complex enough for the preview upda
-
Updated
Jun 21, 2021 - Python
-
Updated
Jun 28, 2021 - 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
Mar 20, 2021 - Jupyter Notebook
-
Updated
Jun 18, 2021 - Python
-
Updated
Jul 1, 2021 - Java
-
Updated
Jun 30, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Jun 29, 2021 - Go
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 11, 2021 - R
-
Updated
Jul 11, 2020 - Python
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
May 8, 2018 - Jupyter Notebook
-
Updated
Jun 30, 2021 - JavaScript
-
Updated
Jun 30, 2021 - Python
-
Updated
Feb 6, 2020
Tell us about the problem you're trying to solve
We need to handle better how parse variables when running dbt custom commands
Slack convo
Describe the solution you’d like
Improve the entrypoint.sh when running custom dbt
Describe the alternative you’ve considered or used
A clear and concise description of a
-
Updated
Jan 28, 2021 - C++
-
Updated
Jun 30, 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."


We should be using
pkg_resources(orimportlib.resourcesif our min Python version is 3.7) instead of uses of__file__.