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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ Introducing Embedded Agents! Drop your Datazone agents into any website, app, or third-party tool with a single line of code. See Embedding Agents for details.
Learn how to use Datazone SDK to access and manage your data in Datazone in your local environment.
from datazone.sdk.client import DatazoneClient
client = DatazoneClient()
df = client.get_dataset_as_pandas(id="<dataset-id>")