Skip to content

Commit

Permalink
MINOR: [Docs] Fix malformed table on the status page
Browse files Browse the repository at this point in the history
Closes #11381 from jorisvandenbossche/minor-docs-table

Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
jorisvandenbossche committed Oct 11, 2021
1 parent 7c81957 commit b9b181d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ C Data Interface
| Feature | C++ | Python | R | Rust | Go |
| | | | | | |
+=============================+=======+========+=======+=======+====+
| Schema export ||||||
| Schema export ||| |||
+-----------------------------+-------+--------+-------+-------+----+
| Array export ||||||
| Array export ||||||
+-----------------------------+-------+--------+-------+-------+----+
| Schema import ||||||
+-----------------------------+-------+--------+-------+-------+----+
| Array import ||||||
+-----------------------------+-------+--------+-------+-------+----+
| Schema import ||||||
+-----------------------------+-------+--------+-------+-------+-----+
| Array import ||||||
+-----------------------------+-------+--------+-------+-------+-----+

.. seealso::
The :ref:`C Data Interface <c-data-interface>` specification.
Expand All @@ -201,9 +201,9 @@ C Stream Interface (experimental)
| Feature | C++ | Python | Go |
| | | | |
+=============================+=======+========+====+
| Stream export ||| |
| Stream export ||| |
+-----------------------------+-------+--------+----+
| Stream import ||||
| Stream import ||| |
+-----------------------------+-------+--------+----+

.. seealso::
Expand Down

0 comments on commit b9b181d

Please sign in to comment.