compat_level
documentation is unclear
#18210
Labels
documentation
Improvements or additions to documentation
compat_level
documentation is unclear
#18210
Description
#17421 replaced the
future
parameter bycompat_level
, but it is not clear from the docs (for example forwrite_ipc()
) what this accepts and what the meaning of each value is.Before (https://docs.pola.rs/api/python/version/0.20/reference/api/polars.DataFrame.write_ipc.html#polars.DataFrame.write_ipc):
After (https://docs.pola.rs/api/python/dev/reference/api/polars.DataFrame.write_ipc.html)
The PR linked above added some docs for
CompatLevel
but those are not displayed on the website (the only matches are for the parameter type): https://docs.pola.rs/api/python/dev/search.html?q=CompatLevel#Link
No response
The text was updated successfully, but these errors were encountered: