data-analysis
Here are 12,382 public repositories matching this topic...
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug
- Create a mixed time-series chart
- Configure axi
Currently, we use flake8-rst for running flake8 in code snippets in rst files:
However, flake8-rst isn't maintained, and is currently run in its own environment with a different flake8 version because of incompatibilities with flake8 v4
Task here is:
- search around to see
-
Updated
May 9, 2022 - Clojure
-
Updated
Feb 10, 2022 - JavaScript
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
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
-
Updated
May 9, 2022 - C
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
-
Updated
May 8, 2022 - Python
-
Updated
May 7, 2022 - Jupyter Notebook
It would be good to be able to have the field name escaped with the SQL importer, and to be able to choose by which character.
This was discussed in Issue #1940
Proposed solution
Add a text field for an escape character in the SQL Exporter.
Alternatives considered
Data manipulation at the text level after exportation.
Additional context
.
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
May 9, 2022 - Python
Tasks:
- Port the content from GH readme to Docusaurus (main Docs website)
- Incorporate relevant CLI content into the Getting Started with Airbyte OSS guide
- Identify other places in Docs where we can incorporate CLI content
-
Updated
May 3, 2022 - Python
-
Updated
May 9, 2022 - Java
-
Updated
May 9, 2022 - Java
For the autoencoder in pyod, how do I adjust the learning rate?
-
Updated
May 9, 2022 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
May 6, 2022 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
May 9, 2022 - Python
-
Updated
Feb 6, 2020
-
Updated
Jul 11, 2020 - Python
Describe the bug
series.unique() returns a cuDF.Series while it returns a numpy.ndarray for pandas.
Steps/Code to reproduce bug
In [1]: import cudf
In [2]: import pandas as pd
In [3]: type(pd.Series([1,1]).unique())
Out[3]: numpy.ndarray
In [4]: type(cudf.Series([1,1]).unique())
Out[4]: cudf.core.series.Series
Expected behavior
I would exp
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
Many legitimate notebook style examples have been broken, and specifically by the following PR
scikit-learn/scikit-learn#9061
List of examples to update
Note for maintainers: the content between begin/end_auto_generated is updated automatically by a script. If you edit it by hand your changes may be revert