data-analysis
Here are 6,841 public repositories matching this topic...
This issue tracks Superset's migration from JavaScript to TypeScript (as started in SIP-36). If you'd like to help with the migration, feel free to take an unchecked directory and convert the files within the immediate directory from JavaScript/JSX to TypeScript/TSX. #9162 and #9180 provide some tips for performing the migration. Once com
EDIT I've rewritten this issue after Joris' comment.
Pandas' docstrings are somewhat inconsistent in using single or double back-ticks, e.g. isin has both
`values`
and
``values``
In keeping with the [numpydoc docstring guide](https://numpydoc.read
-
Updated
Sep 2, 2020 - Clojure
-
Updated
Aug 31, 2020 - C
Summary
The following maps to https://twemoji.maxcdn.com/2/72x72/1f6f0-fe0f.png
, which 404
s.
st.beta_set_page_config(
page_icon="🛰️",
)
# yields
# <link rel="shortcut icon" href="https://twemoji.maxcdn.com/2/72x72/1f6f0-fe0f.png">
As a result, the custom favicon does not load.
Steps to reproduce
See above.
Expected behavior:
I expect the `:sa
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
Is your feature request related to a problem or area of OpenRefine? Please describe.
When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).
.
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMA
works withfix_params
(it should fail except when the fit method isstatespace
-
Updated
Aug 30, 2020 - Jupyter Notebook
-
Updated
May 2, 2020 - Jupyter Notebook
-
Updated
Sep 3, 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
Sep 3, 2020 - Go
-
Updated
Aug 27, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Aug 6, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Sep 2, 2020 - Go
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C++
-
Updated
Jul 26, 2020 - Python
-
Updated
Sep 2, 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."
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