Skip to content

Commit

Permalink
Add link to new viz section
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Sep 8, 2024
1 parent 5eae0cc commit 8dc6fde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/user-guide/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ On this page you can find a non-exhaustive list of libraries and tools that supp

[Apache Arrow](https://arrow.apache.org/) enables zero-copy reads of data within the same process, meaning that data can be directly accessed in its in-memory format without the need for copying or serialisation. This enhances performance when integrating with different tools using Apache Arrow. Polars is compatible with a wide range of libraries that also make use of Apache Arrow, like Pandas and DuckDB.

### Data visualisation

See the [dedicated visualization section](misc/visualization.md).

### IO

#### Delta Lake
Expand Down

0 comments on commit 8dc6fde

Please sign in to comment.