Skip to main content

Data wrangling and visualization

Project description

Dataspace

pub package Coverage Status

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
:books: Read the documentation

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

badge

├── 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


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 hashes)

Uploaded Source

Built Distribution

dataspace-0.0.13-py3-none-any.whl (39.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page