Skip to content
#

pandas

Here are 11,919 public repositories matching this topic...

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated May 13, 2021
  • Python
grlee77
grlee77 commented Jul 22, 2021

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

beckernick
beckernick commented Jul 7, 2021

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 pds = 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 pds = pd.Series(["

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

  • Updated Feb 6, 2020
saviornt
saviornt commented May 1, 2021

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

A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.

  • Updated Jun 8, 2021
  • Python

Improve this page

Add a description, image, and links to the pandas topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pandas topic, visit your repo's landing page and select "manage topics."

Learn more