Arrow: Difference between revisions

Jump to navigation Jump to search
12 bytes added ,  1 year ago
no edit summary
m (Pin arrow module version)
No edit summary
Line 34: Line 34:
==== Fulfilling other Python package dependency ==== <!--T:21-->
==== Fulfilling other Python package dependency ==== <!--T:21-->
Other Python packages depends on PyArrow in order to be installed.
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.
With the <code>arrow</code> module loaded, your package dependency for <code>pyarrow</code> will be satisfied.
{{Command
{{Command
|pip list {{!}} grep pyarrow
|pip list {{!}} grep pyarrow
Line 45: Line 45:


<!--T:10-->
<!--T:10-->
To import the Parquet module, execute the previous steps for <tt>pyarrow</tt>, then run
To import the Parquet module, execute the previous steps for <code>pyarrow</code>, then run
{{Command|python -c "import pyarrow.parquet"}}
{{Command|python -c "import pyarrow.parquet"}}


rsnt_translations
57,772

edits

Navigation menu