pandas
Here are 8,820 public repositories matching this topic...
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Sep 22, 2019 - Python
-
Updated
Dec 21, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Dec 20, 2020 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Dec 18, 2020 - Python
Spark is really inconsistent in how it handles some values like -0.0 vs 0.0 and the various NaN values that are possible. I don't expect cuDF to be aware of any of this, but I would like the ability to work around it in some cases by treating the floating point value as if it were just a bunch of bits. To me logical_cast feels like the right place to do this, but floating point values are
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Feb 6, 2020
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 23, 2020 - Python
When grouping by variable in Pivot Table, it would be nice if Group By would output an actual date for datetime variables.
E.g.:
- A mean of [2020-01-01, 2020-01-02, 2020-01-03] would output 2020-01-02.
- A median of [2020-01-01, 2020-01-02, 2020-01-03, 2020-01-03, 2020-01-04] would output 2020-01-03.
- A sum ... Don't know. Probably output a float?
- Min, max ... This one is obvious.
- Va
-
Updated
Sep 15, 2020 - Rust
-
Updated
Dec 16, 2020 - Python
-
Updated
Dec 2, 2020 - Python
Support Series.median()
-
Updated
Dec 21, 2020 - JavaScript
Is your feature request related to a problem? Please describe.
I am trying to drop particular indices from a dimension that doesn't have coordinates.
Following: [drop_sel() documentation](http://xarray.pydata.org/en/stable/generated/xarray.Dataset.drop_sel.html#xarray.Dataset.drop_se
The plotly plots on my macbook on Ubuntu 20.04 and pandasgui 0.2.3.2 have very tiny font. Wondering if there's a way to change this.. See pic below.
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."

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