data-analysis
Here are 9,501 public repositories matching this topic...
Screenshot
Description
chart 3 dot menu is behind the chart title panel in chart maximize mode
In [4]: df = pd.DataFrame({'a': [1, 2, 3]})
In [5]: df.take(1)
...
~/scipy/pandas/pandas/core/indexes/range.py in take(self, indices, axis, allow_fill, fill_value, **kwargs)
433 ) -> Int64Index:
434 with rewrite_exception("Int64Index", type(self).__name__):
--> 435 return self._int64index.take(
436 indices,
437
-
Updated
Aug 8, 2021 - Clojure
We currently print a warning as shown below when a user sets both a widget default value in the function defining the widget as well as a widget value via the widget's key in st.session_state
While we certainly want to do this by default since doing both is not recommended, we should provide a
-
Updated
Aug 7, 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
I would like to import a .zst
or .zstd
file but currently that file type is not recognized to be imported by OpenRefine.
Proposed solution
Perhaps using Apache Commons Compress (we already have usage in ImportingUtilities.java
)
https://commons.apache.org/proper/commons-compress/examples.html#Zstandard
Allow importing the .zst
or .zstd
file from my local computer, as well as fr
-
Updated
Jun 21, 2021 - Python
-
Updated
Aug 2, 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.ARIMA
works withfix_params
(it should fail except when the fit method isstatespace
-
Updated
Aug 5, 2021 - Python
-
Updated
Aug 7, 2021 - Java
-
Updated
Aug 7, 2021 - Go
-
Updated
Aug 6, 2021 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Aug 3, 2021 - Python
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
Aug 6, 2021 - R
-
Updated
Jul 11, 2020 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 8, 2021 - Python
-
Updated
Feb 6, 2020
Tell us about the problem you're trying to solve
As follow up to airbytehq/airbyte#4721, do proper yaml parsing/extract to be used in https://github.com/airbytehq/airbyte/blob/7decb12818ad2cc0c7b3039c3d5e620236250edd/airbyte-workers/src/main/resources/dbt_transformation_entrypoint.sh#L7
Describe the solution you’d like
we should write (a python?) script that uses
-
Updated
Aug 7, 2021 - Python
Description
I'm the creator and only maintainer of the project at the moment. I'm working on adding new features and thus I would like to let this issue open for newcomers who want to contribute to the project.
Basically, I wrote the cli using argparse since it is part of the standard language already. However, I'm starting to rethin
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
The "20 newsgroups text" dataset can be accessed within scikit-learn using defined functions. The dataset contains some text which is considered culturally insensitive.
Suggest a potential alternative/fix
Add a section in the dataset documentation, possibly above the "Recommendation" section called "Data Considerations".
https://