rsnt_translations
57,772
edits
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 < | 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 < | 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"}} | ||