pandas
Here are 8,969 public repositories matching this topic...
-
Updated
Dec 15, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Aug 3, 2020 - Python
-
Updated
Jan 3, 2021 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Jan 3, 2021 - Jupyter Notebook
-
Updated
Jan 4, 2021 - Python
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Dec 30, 2020 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Jan 1, 2021 - 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
Jan 4, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Dec 26, 2020 - Python
-
Updated
Dec 28, 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 28, 2020 - Python
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.
-
Updated
Jan 4, 2021 - 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
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.
I'm not sure if this is a bug, a documentation issue, or just user error.
I found related issues #9750 #29048 that help me get the desired output but still don't explain why behavior doesn't match expectation based on my reading of the docs.
Cod