pandas
Here are 7,916 public repositories matching this topic...
Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Oct 2, 2020 - Jupyter Notebook
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
Oct 1, 2020 - Python
TuShare is a utility for crawling historical data of China stocks
-
Updated
Aug 3, 2020 - Python
Statistical data visualization using matplotlib
-
Updated
Sep 28, 2020 - Python
When merging a dask dataframe, the resulting index is duplicated - seems to be because of the number of partitions. See example below:
import pandas as pd
import dask.dataframe as dd
a = dd.from_pandas(pd.DataFrame({'a': [1,2,3,4]}), npartitions=2)
b = pd.DataFrame({'a': [1,2,3,4], 'b': [2,3,4,5]})
a.merge(b, on='a').compute()Returns
| a | b |
|---|
|
Open Machine Learning Course
-
Updated
Oct 1, 2020 - Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
-
Updated
Sep 22, 2019 - Python
Create HTML profiling reports from pandas DataFrame objects
-
Updated
Sep 27, 2020 - Jupyter Notebook
Modin: Speed up your Pandas workflows by changing a single line of code
-
Updated
Oct 2, 2020 - Python
Practice your pandas skills!
-
Updated
Sep 18, 2020 - Jupyter Notebook
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Oct 2, 2020 - Python
Improve readability of thread id based branches by giving them more descriptive names.
e.g.
if (!t) // is actually a t == 0and
https://github.com/rapidsai/cudf/blob/57ef76927373d7260b6a0eda781e59a4c563d36e/cpp/src/io/statistics/column_stats.cu#L285
Is actually a lane_id == 0
As demonstrated in rapidsai/cudf#6241 (comment), pr
Yahoo! Finance market data downloader (+faster Pandas Datareader)
-
Updated
Oct 1, 2020 - Python
A python wrapper for Alpha Vantage API for financial data.
-
Updated
Sep 5, 2020 - Python
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
Sep 30, 2020 - Python
Missing data visualization module for Python.
-
Updated
Oct 1, 2020 - Python
High-performance runtime for data analytics applications
-
Updated
Sep 15, 2020 - Rust
-
Updated
Oct 2, 2020 - Python
A Python module for creating Excel XLSX files.
-
Updated
Oct 1, 2020 - Python
人工智能学习路线图,整理近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
High performance datastore for time series and tick data
-
Updated
Sep 4, 2020 - Python
Support Series.median()
What happened:
xr.DataArray([1], coords=[('onecoord', [2])]).sel(onecoord=2).to_dataframe(name='name') raise an exception ValueError: no valid index for a 0-dimensional object
What you expected to happen:
the same behavior as: xr.DataArray([1], coords=[('onecoord', [2])]).to_dataframe(name='name')
Anything else we need to know?:
I see that the array after the select
Python Cheat Sheet NumPy, Matplotlib
-
Updated
Feb 11, 2020 - Python
Extract data from a wide range of Internet sources into a pandas DataFrame.
-
Updated
Sep 30, 2020 - Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
-
Updated
Oct 1, 2020 - Jupyter Notebook
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."


The docs use certain coding style conventions that are no longer used in pandas (e.g., we adopt black's opinions in terms of line wrapping and quoting), for instance https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html. We should update the docs to match current style preferences.
blacken-docs is a useful tool that can help in doing _s