pandas
Here are 12,166 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Aug 30, 2021 - Python
dask.data
In [12]: import dask.dataframe as dd, pandas as pd
In [13]: df = dd.from_pandas(pd.DataFrame({"A": [1, 2]}), npartitions=1)
In [14]: df.head()
/home/taugspurger/miniconda3/envs/stac-table/lib/python3.9/site-packages/dask/dataframe/core.py:6778: UserWarning: Insufficient elements for `head`. 5 elements requested, only 2 elements available. Try passing larger `npartiti
-
Updated
Aug 30, 2021 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Aug 30, 2021 - Jupyter Notebook
-
Updated
Aug 16, 2021 - Python
-
Updated
Mar 20, 2021 - Jupyter Notebook
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 16, 2021 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Aug 27, 2021 - Python
Describe the bug
Clipping a DataFrame or Series using ints causes a cudf Failure because it won't handle the different dtypes (int and float)
Steps/Code to reproduce bug
data = cudf.Series([-0.43, 0.1234, 1.5, -1.31])
data.clip(0, 1)
...
File "cudf/_lib/replace.pyx", line 216, in cudf._lib.replace.clip
File "cudf/_lib/replace.pyx", line 198, in cudf._lib.replace.clamp
-
Updated
Feb 6, 2020
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.
codebasics / py
-
Updated
Aug 26, 2021 - Jupyter Notebook
-
Updated
Aug 25, 2021 - Python
-
Updated
Jul 4, 2021 - Python
What's your use case?
In other words, what's your pain point?
Variable names and their icons are shown as vertical header. This
- is ugly,
- doesn't show the selection properly,
- doesn't allow sorting by variable names,
- doesn't allow selection by dragging across a range of variables (though one can drag across rows in the table itself),
- and possibly something else.
<img wi
-
Updated
Aug 30, 2021 - Python
-
Updated
Aug 12, 2021 - Python
-
Updated
Mar 1, 2021 - Rust
-
Updated
Aug 30, 2021 - JavaScript
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."
Instead of duplicating these lines
https://github.com/pandas-dev/pandas/blob/e39ea3024cebb4e7a7fd35972a44637de6c41650/.pre-commit-config.yaml#L42-L45
https://github.com/pandas-dev/pandas/blob/e39ea3024cebb4e7a7fd35972a44637de6c41650/.pre-commit-config.yaml#L79-L83
we would use a yaml anchor
See here for an example