ibis-project / ibis

the portable Python dataframe library
https://ibis-project.org
Apache License 2.0
5.33k stars 599 forks source link

docs(examples): add ibis.get_backend examples #10489

Closed IndexSeek closed 1 week ago

IndexSeek commented 1 week ago

Description of changes

Adds a docstring example for ibis.get_backend(), fixes parameter block, and links to the Table.get_backend().

IndexSeek commented 1 week ago

Thank you for helping me work through this one!

Later (likely this evening), I'll tweak the Table.get_backend method to link back to this one so that the example follows a similar style by avoiding using type for consistency.