A library for advanced DataFrame statistics analysis.
Project description
Advanced Dataframe Statistics Library
A library for advanced DataFrame statistics analysis, returns:
============================================== my_df ===============================================
Leading zeros in columns
item_num
0 00111223
1 00001223
2 00111200
General stats
Columns DTypes NaN Unique Duplicates Sum Min Max Mean Median STD STD (%)
0 id int 0 4 0 10.00 1.00 4.00 2.50 2.50 1.29 51.64
1 item_num str 0 3 1 NaN NaN NaN NaN NaN NaN NaN
2 name NoneType, str 1 4 0 NaN NaN NaN NaN NaN NaN NaN
3 price float, NoneType 1 4 0 61.00 0.00 30.50 15.25 15.25 13.04 85.52
4 tags NoneType, list 1 4 0 NaN NaN NaN NaN NaN NaN NaN
5 stock NoneType, bool 1 3 1 NaN NaN NaN NaN NaN NaN NaN
Overall data frame length: 4
Installation
You can install the library using pip:
pip install stat-df
Importing the Library
import stat_df as sd
Usage
sd.show(my_df)
This command will print out "Leading Zeros in Columns" and "General Stats" data in a nice unified table.
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
stat_df-0.1.5.tar.gz
(4.0 kB
view details)
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 stat_df-0.1.5.tar.gz.
File metadata
- Download URL: stat_df-0.1.5.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
717430d1892420b8598744b41799befca442c81967677b9f882075d3643228d3
|
|
| MD5 |
87f284dc9e7c23516a97173fe96ba27b
|
|
| BLAKE2b-256 |
89e9c68fe91a63016ef4cd9d1d66a6600b5efab858727d3934ae99203754da3f
|
File details
Details for the file stat_df-0.1.5-py3-none-any.whl.
File metadata
- Download URL: stat_df-0.1.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d31ecfe7f2d75341f895e4845395506e11d2b8ca83ee05812e15167bef93143d
|
|
| MD5 |
976c23dd91c692f5af95c6018c7aa331
|
|
| BLAKE2b-256 |
b4edfc9df108d2a353fec0b8c1169f1d7fd2ffd67f6a250b02592a7b127d3b33
|