Skip to content

Commit

Permalink
add avro to python docs (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Feb 13, 2022
1 parent ff68696 commit b1be3bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions py-polars/docs/source/reference/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ JSON

read_json
DataFrame.to_json

AVRO
~~~~
.. autosummary::
:toctree: api/

read_avro
DataFrame.to_avro
1 change: 1 addition & 0 deletions py-polars/polars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ def version() -> str:
"scan_ipc",
"scan_parquet",
"read_ipc_schema",
"read_avro",
# polars.stringcache
"StringCache",
# polars.config
Expand Down

0 comments on commit b1be3bb

Please sign in to comment.