data explorer
Project description
# Data Explorer
## Install
` pip install dx `
## Usage
dx contains a simple helper called dx
`python from dx import dx `
It takes one positional argument for a dataframe
`python dx(dataframe) `
Which will display the dataframe in data explorer mode:
![dx in action](https://user-images.githubusercontent.com/836375/44104304-651a2560-9fa3-11e8-9852-76db43270188.png)
## Develop
` git clone https://github.com/nteract/dx cd dx pip install -e . `
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
dx-0.2.4.tar.gz
(18.0 kB
view hashes)
Built Distribution
dx-0.2.4-py3-none-any.whl
(2.6 kB
view hashes)