data-analysis
Here are 7,092 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't
The docs use certain coding style conventions that are no longer used in pandas (e.g., we adopt black's opinions in terms of line wrapping and quoting), for instance https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html. We should update the docs to match current style preferences.
blacken-docs is a useful tool that can help in doing _s
-
Updated
Oct 3, 2020 - Clojure
-
Updated
Oct 4, 2020 - C
Problem
Streamlit uses the home directory for its configuration, but that adds another config file to pollute a home directory. We should be good platform citizens and provide thoughtful locations for configuration files.
Solution
We as a team agreed on the following order:
$PROJECT_FOLDER/.streamlit
- (great if possible, but not required) `$PROJECT_FOLDER/{../}+.streamlit
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 UI of the scatterplot has got more ugly between 3.4 and the current development version.
To Reproduce
Steps to reproduce the behavior: create any scatterplot facet.
Current Results (master)
Expected Behavior (3.4)
.
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMA
works withfix_params
(it should fail except when the fit method isstatespace
-
Updated
Sep 18, 2020 - Jupyter Notebook
-
Updated
Oct 2, 2020 - Jupyter Notebook
-
Updated
Oct 3, 2020 - Java
<--
If you want to propose a new algorithm, please refer first to the scikit-learn inclusion criterion:
https://scikit-learn.org/stable/faq.html#what-are-the-inclusion-criteria-for-new-algorithms
-->
Is your feature request related to a problem? Please describe
convert classification report to dataframe as sklearn classification report
Describe the solution you'd like
to add o
-
Updated
Oct 3, 2020 - Go
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Sep 25, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Oct 4, 2020 - Go
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Oct 3, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 24, 2020
-
Updated
Sep 25, 2020 - Python
- "Conclusion" section of "Getting started with Tablesaw" page contains broken link to "Java Docs".
https://jtablesaw.github.io/tablesaw/gettingstarted#conclusion - "Exploring tables" section of "Getting started with Tablesaw" page contains broken link to "plotting".
https://jtablesaw.github.io/tablesaw/gettingstarted.html#exploring-tables
-
Updated
Feb 6, 2020
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
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr