Skip to content
#

pandas

Here are 8,872 public repositories matching this topic...

MarcoGorelli
MarcoGorelli commented Dec 25, 2020

I think we could add

passes `pre-commit run --from-ref=upstream/master --to-ref=HEAD --all-files`

to the pull request template (maybe it could even replace the current black and flake8 ones).

The file to change would be

.github/PULL_REQUEST_TEMPLATE.md

Some of the contributing guide may also need updating if it mentions the flake8 --diff command.

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 Dec 21, 2020
  • Python
revans2
revans2 commented Nov 23, 2020

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

人工智能学习路线图,整理近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

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 Dec 26, 2020
  • Python
orange3
ajdapretnar
ajdapretnar commented Dec 16, 2020

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
xarray

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

You can’t perform that action at this time.