gretelai / gretel-python-client

The Gretel Python Client allows you to interact with the Gretel REST API.
https://gretel.ai
Apache License 2.0
53 stars 19 forks source link

Add support for fetching samples from API #47

Closed drew closed 4 years ago

drew commented 4 years ago

From the Client, list_samples will return a list of available samples and get_sample will return a single sample either as a list of raw dictionaries or a DataFrame.