Skip to main content

Tables

Tables are a great way for you to organize your data in a tabular format and to perform quick calculations.

There are two ways for you to work with tables. One of them, for more advanced use cases, is using calculation blocks with the Language. Another one is using Table Widgets.

Table Widgets

To add a table widget to your notebook, type / and select Table.

ezgif-5-e25b45cc49

Table Names

To make it easy to reference your table data on your notebook and other calculation you should pick a descriptive name for the table and for each one of its columns. We don't support spaces on the names (yet) but we do support emojis!

ezgif-5-6421aeb0bd

To reference your columns across your notebook we have a special syntax: TableName.ColumnName. In practice, you call the name of the table first, followed by a . and then the name of the column you want to reference.

Adding/Removing Rows & Columns

To add rows and columns you can use the + signs on the table widget.

To remove rows you can use the - button next to each row. To remove columns you need to go to the column settings and select Remove column.

ezgif-5-2bf7b01119

Column Types

You can specify a column type depending on the data it holds.

ezgif-5-862583d88a

Learn more about data types here:

Column Formulas

To perfom calculations on your tables you can use formulas.

ezgif-5-c1eb8a2cde

Smart Rows

At the end of the table you can use the smart row to perform quick calculations on your column data.

ezgif-5-f9ce64d8e9

Custom Units

You can define custom units for your data columns.

ezgif-5-8ca15a2643

Customization

Make each table unique by selecting a custom icon and color.

ezgif-5-475c3d5bb5

Learn More: