Get Dataset as Pandas Dataframe

Before use the Datazone SDK, you need to create a profile. It always use the default profile. Check the Installation section for more information.

from datazone.sdk.client import DatazoneClient

client = DatazoneClient()
df = client.get_dataset_as_pandas(id="<dataset-id>")