raw_formatted_data(): what are all the available parameter values?

Solved!
MarkPundurs
Level 3
raw_formatted_data(): what are all the available parameter values?

What are all the available parameter values for raw_formatted_data()? (Defaults are sampling=None, columns=None, format='tsv-excel-noheader', format_params=None.)

0 Kudos
1 Solution
fchataigner2
Dataiker

Hi

columns and sampling are the same as for https://doc.dataiku.com/dss/latest/python-api/datasets-reference.html?highlight=raw_formatted_data#d... . 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).

View solution in original post

1 Reply
fchataigner2
Dataiker

Hi

columns and sampling are the same as for https://doc.dataiku.com/dss/latest/python-api/datasets-reference.html?highlight=raw_formatted_data#d... . 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).