-
Updated
Feb 10, 2022 - JavaScript
data-analysis
Here are 12,421 public repositories matching this topic...
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
- 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 13, 2022 - Python
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
Hello There;
Testing some/most/all of the demos would be quite a nice QA testing before the launch, any support is honestly welcomed :)
Please mark any of the demos you test, and you can report any issues you have with naming like #1233 and it will be tracked within this issue.
You could find many gradio examples within demos and get to know about Gradio as well
The idea is to test t
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 15, 2022 - Java
-
Updated
May 15, 2022 - Java
For the autoencoder in pyod, how do I adjust the learning rate?
-
Updated
May 13, 2022 - Go
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
May 11, 2022 - Python
-
Updated
Oct 7, 2021 - R
-
Updated
May 15, 2022 - Python
-
Updated
Feb 6, 2020
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
-
Updated
Jul 11, 2020 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Apr 30, 2022 - JavaScript
-
Updated
May 8, 2022 - TypeScript
to_dict() equivalent
I would like to convert a DataFrame to a JSON object the same way that Pandas does with to_dict().
toJSON() treats rows as elements in an array, and ignores the index labels. But to_dict() uses the index as keys.
Here is an example of what I have in mind:
function to_dict(df) {
const rows = df.toJSON();
const entries = df.index.map((e, i) => ({ [e]: rows[i] }));
-
Updated
May 13, 2022
-
Updated
Feb 27, 2022 - Python
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."
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
where