cc_staff
284
edits
m (Update to use default (latest) version of Arrow) |
(Added section on dep fulfilling.) |
||
Line 31: | Line 31: | ||
<!--T:8--> | <!--T:8--> | ||
For more information, see the [https://arrow.apache.org/docs/python/ Arrow Python] documentation. | For more information, see the [https://arrow.apache.org/docs/python/ Arrow Python] documentation. | ||
==== Fulfilling other Python package dependency ==== | |||
Other Python packages depends on PyArrow in order to be installed. | |||
With the <tt>arrow</tt> module loaded, your package dependency for <tt>pyarrow</tt> will be satisfied. | |||
{{Command | |||
|pip list {{!}} grep pyarrow | |||
|result= | |||
pyarrow 8.0.0 | |||
}} | |||
==== Apache Parquet format ==== <!--T:9--> | ==== Apache Parquet format ==== <!--T:9--> |