cc_staff
311
edits
(Marked this version for translation) |
mNo edit summary |
||
Line 20: | Line 20: | ||
<!--T:6--> | <!--T:6--> | ||
2. Import PyArrow | 2. Import PyArrow: | ||
{{Command|python -c "import pyarrow"}} | {{Command|python -c "import pyarrow"}} | ||
Line 33: | Line 33: | ||
<!--T:10--> | <!--T:10--> | ||
To import it, execute previous steps for <tt>pyarrow</tt>, then : | To import it, execute previous steps for <tt>pyarrow</tt>, then: | ||
{{Command|python -c "import pyarrow.parquet"}} | {{Command|python -c "import pyarrow.parquet"}} | ||
Line 62: | Line 62: | ||
<!--T:16--> | <!--T:16--> | ||
4. Install the bindings | 4. Install the bindings: | ||
{{Command|R -e 'install.packages("arrow", repos{{=}}"https://cloud.r-project.org/")'}} | {{Command|R -e 'install.packages("arrow", repos{{=}}"https://cloud.r-project.org/")'}} | ||