Skip to main content

Importing data

To import data into a notebook with a link, use the function fetch, followed by the raw data URL between ".

In this example a CSV file is used.

The data will be imported into a table. Check the section about tables to learn how to manipulate tables.

Import data from a file

Experimental Feature

Importing data from a file is currently being developed. Limited availability.

To import data into a notebook from a file simply drag the file into a notebook.

Supported data types

Decipad supports the following file types:

  • CSV files (comma-separated text format, which is exportable from most spreadsheet apps)
  • Arrow files

Name imported data

Give a name to your imported data with a variable:

Access columns

Extract a list from a table with the . operator to access columns:

Check the section about lists to learn more.