data-analysis
Here are 6,742 public repositories matching this topic...
At some point we moved from using mocha as a test runner to using jest, and jest out of the box started reporting much more warnings than mocha did.
No one went to clean up this output. In many cases it may just be about passing an extra prop in a component or setting a proper default value for a component's prop, or adding up to an existing fixture.
[optional] please roll out in chu
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us
-
Updated
Aug 20, 2020 - Clojure
-
Updated
Aug 19, 2020 - C
- Numbers should be right-justified, everything else left-justified.
- Column headers should be justified with their contents.
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
None of the text on the About page is internationalized so that it can be translated into languages other than English.
The individual HTML elements should be given unique ids which can be used with the $.i18n() calls to set the text for the element based on the user's current language. The license text and copyright statement should *not be translated.
These elements should be translate
-
Updated
Aug 16, 2020 - Python
-
Updated
Aug 19, 2020 - 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
Aug 5, 2020 - Jupyter Notebook
-
Updated
May 2, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Java
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
-
Updated
Aug 19, 2020 - Go
-
Updated
Jul 30, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Aug 6, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Go
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C++
-
Updated
Jul 26, 2020 - Python
-
Updated
Aug 4, 2020
-
Updated
Aug 6, 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
MSSQL Storage
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."


The
fit_transformdocstrings of theVotingClassifierandVotingRegressorare inherited from theTransformerMixin:They don't really apply here and we should use the docstring from
transformto explain what is returned: