Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Modin | 8,967 | 9 | 23 | 18 hours ago | 81 | July 07, 2023 | 757 | apache-2.0 | Python | |
Modin: Scale your Pandas workflows by changing a single line of code | ||||||||||
Pygwalker | 7,348 | 3 | 2 days ago | 72 | August 03, 2023 | 19 | apache-2.0 | Python | ||
PyGWalker: Turn your pandas dataframe into an interactive UI for visual analysis | ||||||||||
Cudf | 5,953 | 2 | 18 hours ago | 29 | June 08, 2023 | 937 | apache-2.0 | C++ | ||
cuDF - GPU DataFrame Library | ||||||||||
Datasciencepython | 4,776 | 5 months ago | 11 | mit | Python | |||||
common data analysis and machine learning tasks using python | ||||||||||
Danfojs | 4,319 | 12 | a month ago | 37 | October 12, 2022 | 76 | mit | TypeScript | ||
Danfo.js is an open source, JavaScript library providing high performance, intuitive, and easy to use data structures for manipulating and processing structured data. | ||||||||||
Mimesis | 4,046 | 42 | 27 | a day ago | 47 | August 06, 2023 | 7 | mit | Python | |
Mimesis is a powerful Python library that empowers developers to generate massive amounts of synthetic data efficiently. | ||||||||||
Pandas Ta | 3,993 | 32 | 11 days ago | 19 | July 28, 2021 | 104 | mit | Python | ||
Technical Analysis Indicators - Pandas TA is an easy to use Python 3 Pandas Extension with 130+ Indicators | ||||||||||
Koalas | 3,288 | 1 | 13 | a day ago | 47 | October 19, 2021 | 112 | apache-2.0 | Python | |
Koalas: pandas API on Apache Spark | ||||||||||
Pandasgui | 3,022 | 1 | 4 | 17 days ago | 44 | August 14, 2021 | 68 | mit-0 | Python | |
A GUI for Pandas DataFrames | ||||||||||
Sklearn Pandas | 2,724 | 111 | 44 | 3 months ago | 27 | May 08, 2021 | 38 | other | Python | |
Pandas integration with sklearn |
Up to date remote data access for pandas, works for multiple versions of pandas.
Install using pip
pip install pandas-datareader
import pandas_datareader as pdr
pdr.get_data_fred('GS10')
Stable documentation is available on github.io. A second copy of the stable documentation is hosted on read the docs for more details.
Development documentation is available for the latest changes in master.
Using pandas datareader requires the following packages:
Building the documentation additionally requires:
Development and testing additionally requires:
python -m pip install git+https://github.com/pydata/pandas-datareader.git
or
git clone https://github.com/pydata/pandas-datareader.git
cd pandas-datareader
python setup.py install