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
Copy file name to clipboardExpand all lines: doc/source/io.rst
+7-1
Original file line number
Diff line number
Diff line change
@@ -4529,7 +4529,13 @@ Several caveats.
4529
4529
- Non supported types include ``Period`` and actual python object types. These will raise a helpful error message
4530
4530
on an attempt at serialization.
4531
4531
4532
-
See the documentation for `pyarrow <https://pyarrow.readthedocs.io/en/latest/` and `fastparquet <https://fastparquet.readthedocs.io/en/latest/necessary>`
4532
+
See the documentation for `pyarrow <https://pyarrow.readthedocs.io/en/latest/`__ and `fastparquet <https://fastparquet.readthedocs.io/en/latest/>`__
4533
+
4534
+
.. note::
4535
+
4536
+
These engines are very similar and should read/write nearly identical parquet format files.
4537
+
These libraries differ by having different underlying dependencies (``fastparquet`` by using ``numba``, while ``pyarrow`` uses a c-library).
4538
+
TODO: differing options to write non-standard columns & null treatment
0 commit comments