Data wrangling and visualization
Project description
Dataspace
A simple api to explore, clean, transform and visualize data
Features
- Explore data: describe, search and visualize raw data
- Clean and transform data: select, filter, normalize and reshape data
- Visualize data: many kind of charts
This api is:
- Minimalistic: short names, simple functionalites, minimal parameters
- Pragmatic: focuses on raw efficiency rather than strictly idiomatic code while favouring static typing
- Simple stupid: keep it easy to understand for both code and api
Install
pip install dataspace
Dependencies
Example notebooks
Example notebooks are available
├── chart
│ ├── area
│ ├── bar
│ ├── hline
│ ├── line
│ └── point
├── clean
│ ├── convert
│ ├── date
│ ├── drop_nulls
│ ├── fill_nulls
│ ├── strip
│ └── values
├── count
│ ├── count_empty
│ ├── count_null
│ ├── count_unique
│ └── count_zero
├── io
│ ├── export
│ └── load
├── select
│ ├── limit
│ ├── unique
│ └── wunique
└── transform
├── dataframe
│ ├── add
│ ├── copycol
│ ├── drop
│ ├── keep
│ ├── rename
│ └── split
├── diff
│ ├── diffm
│ ├── diffmp
│ ├── diffn
│ ├── diffnp
│ ├── diffp
│ └── diffpp
├── resample
│ ├── rmean
│ └── rsum
└── values
├── append
├── exclude
├── reverse
└── sort
Tests
To run the tests:
make test
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
dataspace-0.0.13.tar.gz
(34.4 kB
view details)
Built Distribution
File details
Details for the file dataspace-0.0.13.tar.gz
.
File metadata
- Download URL: dataspace-0.0.13.tar.gz
- Upload date:
- Size: 34.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01c2633bea6bdf056ffd3594b198c359129e1e6fead6951a27ecf3a5d2cb1a73 |
|
MD5 | 17f6567aebf388617aa0aa24f90f8909 |
|
BLAKE2b-256 | b27d38809e391ab8aff9cd83a143bacdc0c2259a9e4f4b5fde931dd499a5df7f |
File details
Details for the file dataspace-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: dataspace-0.0.13-py3-none-any.whl
- Upload date:
- Size: 39.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b521c910ffe1473a06ec58f2e761d49406635efcdba359a9685bd624b56efa6a |
|
MD5 | 334e8644ea4d562050ef0644059384b4 |
|
BLAKE2b-256 | 29d6f650f1559c8ae0248bb4667fedd6cc7fef6b8d820b0d18a3a5a05e869265 |