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): align Table.get_backend with ibis.get_backend examples #10495

Closed IndexSeek closed 6 days ago

IndexSeek commented 1 week ago

Description of changes

This makes the example more concise and similar to the ibis.get_backend() example. That # doctest: +ELLIPSIS usage comes in handy.

Adds the "See Also" to link to the other ibis.get_backend method.