HomeDocsAPI Reference
Kumo.ai
Docs

Local Data Upload

Connecting Kumo to your local Parquet or CSV files.

Kumo also allows you to create tables directly from locally uploaded Parquet or CSV files. In this case, you should bypass the connector setup and go directly to the table creation process.

Selecting Your Source Table

Click onTables in the left-hand column and click on the Connect Table button.

The "Add Table/View" modal window should appear. Selecting "Local Upload" from the "Source Type" drop-down menu will allow you to drag and drop your file—or alternatively—browse to the location of your local file to upload it.

🚧

Note: Kumo currently supports CSV and Parquet files that are 1GB or smaller.

Once you've selected your file, it will appear on the right-hand side. Click on the Upload button to upload it to Kumo.

After the file upload completes, Kumo will display the table's columns and allow you to set various preprocessing settings.

Click on the Save button to save your table. You will be routed to your new table's detail page.


What’s Next