• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

data-explorer

Automatic data visualization with the nteract data-explorer
  • #hydrogen
  • #jupyter
  • #nteract
  • #pandas
  • #data
BenRussert
0.7.0 15,615
9
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Data Explorer

Interactively explore your data directly in atom with hydrogen!

The nteract data-explorer provides automatic data visualization, so you can get a feel for your data quickly and with minimal code!

nteract data explorer in hydrogen

:construction: This is a work in progress. Please open issues and pull requests!

:warning: As this package has some open issues with styling, the following atom themes are recommended for now:

  • :art: Atom One Light syntax theme
  • :art: Atom One Light UI theme

How to try it out:

Atom packages:

  • Install both hydrogen and the data-explorer package in atom, or in the cli:
    apm install hydrogen data-explorer

Make sure you have installed:

  • python, along with the pandas data analysis library
  • At least one python jupyter kernel

Then, just start a python kernel in hydrogen and run the following code:

import pandas as pd
 
# Enable the table_schema option in pandas, 
# data-explorer makes this snippet available with the `dx` prefix:
pd.options.display.html.table_schema = True
pd.options.display.max_rows = None
 
# (Your dataframe here)
iris_filename = './iris.csv'
df1 = pd.read_csv(iris_filename)
 
df1

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by