You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should go into polars_extensions.py, one class for the writer, on class for the reader, e.g. much like how the polars csv reader and writer are structured.
There should be requisite tests to exercise the functionality. We can do one test that writes & then reads it's own output.
Implement https://pola-rs.github.io/polars/py-polars/html/reference/io.html#avro as a data saver/loader.
materialization
under example/polars. It should mirror the pandas materialization example in structure.The text was updated successfully, but these errors were encountered: