Skip to content

Commit

Permalink
add export tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
shshemi committed Oct 18, 2024
1 parent bb0eb47 commit 810674a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,17 @@ ORDER BY area;

If you need to return the table to its original state, you can use the `:reset` command.

## Exporting

At any time during explorations, it is possible to export the current data frame to `csv`, `tsv`, `parquet`, `json`, `jsonl`, and `arrow` using the following command:

```sql
:export <format> <path>
```

## Help Command

To view all available commands and their descriptions, use the `:help` command. This command displays a list of all commands, along with their usage and examples.

![image not found](images/help.png)
![image not found](images/help.png)

0 comments on commit 810674a

Please sign in to comment.