raw_formatted_data(): what are all the available parameter values?
MarkPundurs
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 27 ✭✭✭✭
What are all the available parameter values for raw_formatted_data()? (Defaults are sampling=None, columns=None, format='tsv-excel-noheader', format_params=None.)
Best Answer
-
Hi
columns and sampling are the same as for https://doc.dataiku.com/dss/latest/python-api/datasets-reference.html?highlight=raw_formatted_data#dataiku.Dataset.get_dataframe . The other 2, format and format_params are a string and an object corresponding to the format and formatParams fields of a dataset (you can check what they look like in the history tab of a dataset using the formatting you want).