How Can We Help?
< All Topics
Print

Explore and visualize Data

Table of Contents

Explore and visualize Data

Once the data has been imported as a dataset into the platform, you can then use your favorite Jupyter notebook environment to explore the dataset. Here is how you can start exploring the dataset that you just imported:

  • Click on the Notebooks tab

  • A new Notebook session should launch

  • The datasets that are imported should be under ./nephos-core/resources/

  • You can find the resource-id of your dataset from the dataset list view.

You should be able to load it up into a dask dataframe.

Table of Contents