Skip to content
#

pandas

Here are 9,674 public repositories matching this topic...

MarcoGorelli
MarcoGorelli commented Feb 23, 2021

If you already have experience contributing, then please leave this issue to newcomers - thanks 👍


In .pre-commit-config.yaml, the check inconsistent-namespace-usage is limited to pandas/tests/frame/. Let's expand it to the rest of pandas/tests/.

The task here is:

  1. make sure you're familiar with the [contributing guide](https://pandas.pydata.org/pandas-docs/dev/develop

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 Feb 18, 2021
  • Python
jsignell
jsignell commented Nov 5, 2020

I just ran into an issue when trying to use to_csv with distributed workers that don't share a file system. I shouldn't have been surprised that writing to a local file system from a distributed worker doesn't work. It shouldn't work. But the error I got was just a File Not Found error. That brought me to:dask/dask#2656 (comment) - which was the answer.

ttnghia
ttnghia commented Feb 26, 2021

Currently, aggregation APIs (groupby, reductions, rolling, etc.) are scattered around in multiple files and there are inconsistencies between the directory structures in cpp/include/, cpp/src/, cpp/tests/, and cpp/benchmarks/. For example:

cpp/include/:

  • include/cudf/aggregation.hpp
  • include/cudf/groupby.hpp
  • include/cudf/rolling.hpp
  • ....

cpp/src/:

  • src/aggregati

人工智能学习路线图,整理近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 Feb 2, 2021
  • Python
dtale
TC500
TC500 commented Feb 27, 2021

open describe and change column visibility not work when call dtale.show with app_root parameter
because the js call /dtale/update-visibility/ not by app_root setting

import dtale.app as dtale_app
import pandas as pd
dtale_app.JUPYTER_SERVER_PROXY = True
df = pd.DataFrame({'col1':[1,2], 'col2':[3,4]}
PROXY_ROOT = /usr/xxx/proxy
dtale.show(df,ignore_duplicate=True,app_root=PROXY

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