Skip to content

Commit cccc7ff

Browse files
committed
Re-do table
1 parent 4fc75b7 commit cccc7ff

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

docs/source/python/install.rst

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -119,22 +119,23 @@ require it (``pyarrow-all``).
119119
The table below lists the functionality provided by each package and may be
120120
useful when deciding to use one package over another:
121121

122-
+------------+------------------------------+------------------------------+------------------------------+
123-
| Component | pyarrow | pyarrow-core | pyarrow-all |
124-
+============+==============================+==============================+==============================+
125-
| Core | :fas:`check;sd-text-success` | :fas:`check;sd-text-success` | :fas:`check;sd-text-success` |
126-
+------------+------------------------------+------------------------------+------------------------------+
127-
| Parquet | :fas:`check;sd-text-success` | | :fas:`check;sd-text-success` |
128-
+------------+------------------------------+------------------------------+------------------------------+
129-
| Datasets | :fas:`check;sd-text-success` | | :fas:`check;sd-text-success` |
130-
+------------+------------------------------+------------------------------+------------------------------+
131-
| Acero | :fas:`check;sd-text-success` | | :fas:`check;sd-text-success` |
132-
+------------+------------------------------+------------------------------+------------------------------+
133-
| Substrait | :fas:`check;sd-text-success` | | :fas:`check;sd-text-success` |
134-
+------------+------------------------------+------------------------------+------------------------------+
135-
| Flight | | | :fas:`check;sd-text-success` |
136-
+------------+------------------------------+------------------------------+------------------------------+
137-
| Flight SQL | | | :fas:`check;sd-text-success` |
138-
+------------+------------------------------+------------------------------+------------------------------+
139-
| Gandiva | | | :fas:`check;sd-text-success` |
140-
+------------+------------------------------+------------------------------+------------------------------+
122+
+------------+---------------------+--------------+---------+-------------+
123+
| Component | Package | pyarrow-core | pyarrow | pyarrow-all |
124+
+------------+---------------------+--------------+---------+-------------+
125+
| Core | pyarrow-core ||||
126+
+------------+---------------------+--------------+---------+-------------+
127+
| Parquet | libparquet | |||
128+
+------------+---------------------+--------------+---------+-------------+
129+
| Dataset | libarrow-dataset | |||
130+
+------------+---------------------+--------------+---------+-------------+
131+
| Acero | libarrow-acero | |||
132+
+------------+---------------------+--------------+---------+-------------+
133+
| Substrait | libarrow-substrait | |||
134+
+------------+---------------------+--------------+---------+-------------+
135+
| Flight | libarrow-flight | | ||
136+
+------------+---------------------+--------------+---------+-------------+
137+
| Flight SQL | libarrow-flight-sql | | ||
138+
+------------+---------------------+--------------+---------+-------------+
139+
| Gandiva | libarrow-gandiva | | ||
140+
+------------+---------------------+--------------+---------+-------------+
141+

0 commit comments

Comments
 (0)