Dataprep: Data Preparation in Python
Project description
Dataprep lets you prepare your data using a single library with a few lines of code.
Currently, you can use dataprep
to:
- Collect data from common data sources (through
dataprep.data_connector
) - Do your exploratory data analysis (through
dataprep.eda
) - ...more modules are coming
Documentation | Mail List & Forum
Installation
pip install dataprep
Examples & Usages
The following examples can give you an impression of what dataprep can do:
- Documentation: Data Connector
- Documentation: EDA
- EDA Case Study: Titanic
- EDA Case Study: House Price
EDA
There are common tasks during the exploratory data analysis stage, like a quick look at the columnar distribution, or understanding the correlations between columns.
The EDA module categorizes these EDA tasks into functions helping you finish EDA tasks with a single function call.
- Want to understand the distributions for each DataFrame column? Use
plot
.
- Want to understand the correlation between columns? Use
plot_correlation
.
- Or, if you want to understand the impact of the missing values for each column, use
plot_missing
.
You can drill down to get more information by given plot
, plot_correlation
and plot_missing
a column name.: E.g. for plot_missing
for numerical column usingplot
:
for categorical column usingplot
:
Don't forget to checkout the examples folder for detailed demonstration!
Data Connector
You can download Yelp business search result into a pandas DataFrame, using two lines of code, without taking deep looking into the Yelp documentation! Moreover, Data Connector will automatically do the pagination for you so that you can specify the desire count of the returned results without even considering the count-per-request restriction from the API.
The code requests 120 records even though Yelp restricts you can only fetch 50 per request.
Contribute
There are many ways to contribute to Dataprep.
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Engage with other Dataprep users and developers on StackOverflow.
- Help each other in the Dataprep Community Discord and Mail list & Forum.
- Contribute bug fixes.
- Providing use cases and writing down your user experience.
Please take a look at our wiki for development documentations!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dataprep-0.2.10a0.tar.gz
.
File metadata
- Download URL: dataprep-0.2.10a0.tar.gz
- Upload date:
- Size: 88.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.5 Linux/4.4.0-184-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd74c71bbeb9faf10249dc8d20a5fe0f16551bf555c7ddcf593f8118141d1421 |
|
MD5 | 9b184c0896b0a06902e55431bd0b1b2c |
|
BLAKE2b-256 | 97c44df6ceeb25b9a315194caacca1877f123daacf5977143e2929d85e37723a |
File details
Details for the file dataprep-0.2.10a0-py3-none-any.whl
.
File metadata
- Download URL: dataprep-0.2.10a0-py3-none-any.whl
- Upload date:
- Size: 101.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.5 Linux/4.4.0-184-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42496ea8c071055387c0b8575d5104d356880ddf46c259f275f2aeab49d01fb7 |
|
MD5 | 5df6c95080064a224d9326ba9d5d5fda |
|
BLAKE2b-256 | 851b49935a0b1ac0be29b22b7f317979cd4d6e569d69ce8e08c41ea2c0716578 |