Kick start your data analysis with these functions
Project description
quick data analysis
This packages allows you to kick start your data analysis and make faster insights of the data.
Requirements
- Pandas >=1.0.1
Documentation
1) Creating Dummies for columns
The create_dummies method will return dummies for the columns. For example you want to dummies for Gender column put the column name in a list and you will get the dataframe with the dummies.
>>> df = create_dummies(df_train,["sex"])
>>> df
male female
0 1
1 0
1 0
1 0
2) Counting the column values
The count_values method will return the number of values in the columns. For example you want to count the number of females.
>>> column_value_count(df_train["female"],1,False)
312
ToDo
- Add more method
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome :)
Happy Coding!!
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickdataanalysis-0.0.7.tar.gz.
File metadata
- Download URL: quickdataanalysis-0.0.7.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e21a82e3845ece0a287dc196e0942af45dd59d57092ae6b311dfd07e8e1a5ebb
|
|
| MD5 |
9022f291b00c494c224b8b33caf68899
|
|
| BLAKE2b-256 |
c32b6d1d85abe3a498229e58860024ded476deddfe6c1a160ef23e40bfc0daf2
|
File details
Details for the file quickdataanalysis-0.0.7-py3-none-any.whl.
File metadata
- Download URL: quickdataanalysis-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
884d157cd1dc0e8b5e371b5de7982a02dda3c4965524d0cf40ea6c37651cba3d
|
|
| MD5 |
f8cde56f0b46992e754cf7c3eaf4f589
|
|
| BLAKE2b-256 |
35c68e81ca011adadc68bddd9db0438d152ffec9650bd62c8162e9aa46a15742
|