Calmcode - ibis: export

Exporting Data

1 2 3 4 5 6 7

The most important feature in Ibis is the ability to export data after a chain of pipeline commands. The commands for this are fairly straightforward; just call .to_pandas() or .to_polars() on the dataframe.

For anything else we recommend checking the documentation. There is a great getting started guide over here and you can also find a lot of useful column methods in the API section. In particular you may want to skip the section on strings and on datetimes.