Tables
Big Data Tables allow the utilization of large amounts of structured data.
Function Access
Writing two rows and two columns:
Reading the cell of the first row (rowIndex = 0) and the second column (columnIndex = 1) as text:
Write table
Reading the cell of the first row (rowIndex = 0) and the second column (columnIndex = 1) as text:
Read table
File Import
Tables can be imported by uploading a file. CSV and Excel are the common cases, and the CSV dialect is detected automatically, but more than 20 formats are accepted — see supported file formats, which also covers what to do with a file too large to upload in one go.
File Export
Table can be exported as CSV and Excel files.