Overview
The Toolkit provides utilities to help you work with data in Datazone notebooks. Currently, it includes the Dataset class for accessing datasets.Dataset
The Dataset class allows you to easily load datasets into your notebooks as Pandas or PySpark DataFrames.get_pyspark_df()
is only available in the PySpark kernel.
Variable
You can access the Variables from the kernel environment using theVariable
class.