You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sketch saves the following to a file called "new.csv":
# id,species,name
# 0,Panthera leo,Lion
]]></code>
</example>
<description><![CDATA[
<b>Table</b> objects store data with multiple rows and columns, much like in a traditional spreadsheet. Tables can be generated from scratch, dynamically, or using data from an existing file. Tables can also be output and saved to disk, as in the example above.