Are there limitations on the dataset that I can upload to Plotly Studio?

Written By Nathan Drezner

Last updated 3 months ago

The dataset file that you upload to Plotly Studio must be a CSV or Parquet file and cannot be larger than 200 MB.

There are no restrictions on the number of rows or columns that your dataset can have. However, when working with very wide datasets, consider dropping columns you don't want to use in your analysis prior to uploading the dataset to Plotly Studio. This allows Plotly Studio to focus just on the actionable columns and reduces your usage spend.

Also, be aware that datasets with very long values may exceed the LLM's context window. You may need to truncate long values or remove those columns entirely when working with these kinds of datasets.