data-analysis
Here are 9,194 public repositories matching this topic...
Screenshot
Description
chart 3 dot menu is behind the chart title panel in chart maximize mode
-
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
Jul 10, 2021 - Clojure
Summary
st.image doesn't work when you pass a URL pointing to an SVG file
Steps to reproduce
st.image("https://streamlit.io/images/brand/streamlit-mark-color.svg")
Expected behavior:
The image loads.
Actual behavior:
<img width="714" alt="Screen Shot 2021-07-06 at 2 35 54 PM" src="https://user-images.githubusercontent.com/690814/124669579-7ae8b180-de6
-
Updated
Jun 29, 2021 - C
-
Updated
Apr 16, 2021 - JavaScript
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
After loading a new file and coming to the Configure Parsing Options page, you have the ability to modify the parsing rules, which I do pretty frequently with the kinds of (mostly tsv-like) 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
Jul 5, 2021 - Jupyter Notebook
-
Updated
Mar 20, 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
Jun 18, 2021 - Python
-
Updated
Jul 10, 2021 - Java
-
Updated
Jul 10, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Jul 10, 2021 - Go
-
Updated
Jun 8, 2021 - Python
-
Updated
Jun 11, 2021 - R
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
Jul 11, 2020 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jul 10, 2021 - Python
-
Updated
Feb 6, 2020
Tell us about the problem you're trying to solve
Today we are able to specify the log levels of logs emitted by Airbyte code via env vars.
We should probably also allow doing the same to some of the 3rd party libs we use that are essential to how Airbyte does [things](https://github.com/airb
-
Updated
Jul 9, 2021 - Python
-
Updated
Jan 28, 2021 - C++
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__.