data-analysis
Here are 6,783 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.
Code Sample, a copy-pastable example
import pandas as pd
import numpy as np
i = pd.Index(["AbC", "de", "FGHI", "j", "kLm"])
other = (
-
Updated
Aug 26, 2020 - Clojure
-
Updated
Aug 24, 2020 - C
Steps to repro
- Click on "say meow" here: https://jlt-cat-a-log.herokuapp.com/
Expected: You should see balloons appear and float their way up the screen, always unobstructed by other on-screen elements.
Actual: You see the balloons flowing up, but they sometimes appear behind certain UI elements, like Plotly charts.
Solution
We should bump Baloons' z-index to someth
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 26, 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 26, 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 26, 2020 - Go
-
Updated
Aug 26, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Aug 6, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Aug 26, 2020 - Go
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C++
-
Updated
Jul 26, 2020 - Python
-
Updated
Aug 26, 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: