Visualize missing data
Project description
visualimiss
"visualize missing data". A simple missingno clone. Some features were removed from the original and some were added.
Features
Some features differ from the original one:
- Have
matrix(),bar()modified function from the original one - Simpler and faster
- Maybe more readable?
Installation
pip install visualimiss
This also install all dependencies: Numpy, Pandas, Matplotlib
Quickstart
This quickstart uses datasets of the NYPD Motor Vehicle Collisions Dataset.
import pandas as pd
df = pd.read_csv("https://raw.githubusercontent.com/ResidentMario/missingno-data/master/nyc_collision_factors.csv")
matrix
visualimiss.matrix(df)
bar
visualimiss.bar(df)
Configuration
Sorting
visualimiss.matrix(df, sort='asc')
Rotate, hide label
# visualimiss.matrix(df, label_rotation=90)
visualimiss.matrix(df, show_label=False)
Change color, font size
visualimiss.matrix(df, color=(43, 102, 189), fontsize=16)
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 visualimiss-0.0.6.tar.gz.
File metadata
- Download URL: visualimiss-0.0.6.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31adc7226195ee132d3d8948407374c95e369c79823e6c236344649d0661eda9
|
|
| MD5 |
b5a87d48299cc072bdfad0f6d064ed4a
|
|
| BLAKE2b-256 |
acfe8ee742cb037984b8af65ad872e90cca14de5a232f809e064b8710211ed84
|
File details
Details for the file visualimiss-0.0.6-py3-none-any.whl.
File metadata
- Download URL: visualimiss-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e216864d522ecb4e92f33620316735aaba7936e5aea55cb972aa74f0236872b
|
|
| MD5 |
3717d81a53dc031f1d798166f9fafbda
|
|
| BLAKE2b-256 |
7cb5d1b78e1abc54781f3f4028f35a356a1305487352e1984ea5571f842b9443
|