pandas
Here are 11,919 public repositories matching this topic...
-
Updated
Jul 26, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Python
-
Updated
Apr 6, 2021 - Python
-
Updated
Aug 14, 2021 - Python
What happened:
If a negative value for drop_axis
is passed into either map_blocks
or map_overlap
a non-informative exception is raised.
What you expected to happen:
I would expect this would work as in NumPy for negative axis arguments where axis becomes axis = axis % array.ndim
. If it is not intended to work, then it should raise a user-friendly AxisError
. This came up
-
Updated
Dec 23, 2020 - Python
-
Updated
Aug 11, 2021 - Python
-
Updated
Aug 14, 2021 - Jupyter Notebook
-
Updated
Mar 20, 2021 - Jupyter Notebook
-
Updated
Aug 13, 2021 - Python
-
Updated
Aug 8, 2021 - Python
-
Updated
May 8, 2018 - Jupyter Notebook
For feature engineering tasks, I'd like to be able to determine whether a datetime is the beginning or end of a quarter, like I can in pandas.
Possibly should follow #8676
import pandas as pd
s = pd.Series(["2021-02-27", "2020-03-31"], dtype="datetime64[ms]")
s.dt.is_quarter_end
0 False
1 True
dtype: bool
import pandas as pd
s = pd.Series(["
-
Updated
Aug 13, 2021 - Python
-
Updated
Feb 6, 2020
I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.
I would assume the format would be:
`(data, meta) = cc.get_crypto_intraday(symbol = "", interval = "", market = "", outputs
codebasics / py
-
Updated
Jul 28, 2021 - Jupyter Notebook
-
Updated
Jun 8, 2021 - Python
-
Updated
Jul 4, 2021 - Python
What's wrong?
-
Updated
Aug 12, 2021 - Python
-
Updated
Aug 12, 2021 - Python
-
Updated
Mar 1, 2021 - Rust
-
Updated
Aug 14, 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."