pandas
Here are 14,642 public repositories matching this topic...
-
Updated
Jan 13, 2022 - Jupyter Notebook
-
Updated
Nov 4, 2021 - Python
Is your feature request related to a problem? Please describe.
I am uploading our dataset and models for the "Constructing interval measures" method we've developed, which uses item response theory to convert multiple discrete labels into a continuous spectrum for hate speech. Once we have this outcome our NLP models conduct regression rather than classification, so binary metrics are not r
-
Updated
Oct 17, 2021 - Python
Array.reshape "only allows for reshapings that collapse or merge dimensions" (xref dask/dask#2561). However, when you try to do one of these unsupported reshapings, the error message Shapes not compatible does not make it at all clear that what you're asking for just isn't supported by dask. Instead, it sounds as though your inputs are invalid.
A more descriptive e
-
Updated
Jan 25, 2022 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 26, 2022 - Jupyter Notebook
- 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
Jan 16, 2022 - Python
-
Updated
Jan 5, 2022 - Jupyter Notebook
-
Updated
Jan 30, 2022 - Python
-
Updated
Jan 30, 2022 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Feb 6, 2020
Is your feature request related to a problem? Please describe.
Hi,
While porting some code from Pandas to cuDF, I have noticed that cuDF series do not support unstack method.
As an additional request, It would be great if fill_values could be supported in both cudf.DataFrame.unstack and cudf.Series.unstack methods. Thanks!
Describe the solution you'd like
To have that meth
-
Updated
Jan 16, 2022 - Jupyter Notebook
-
Updated
May 8, 2018 - Jupyter Notebook
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error:
raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
-
Updated
Jan 30, 2022 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Jul 4, 2021 - Python
-
Updated
Jan 21, 2022 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 28, 2022 - C++
Improve this page
Add a description, image, and links to the pandas topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pandas topic, visit your repo's landing page and select "manage topics."
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example