Skip to content

Commit

Permalink
MINOR: [Python][Docs] Fix two typos in data.rst (apache#37997)
Browse files Browse the repository at this point in the history
### What changes are included in this PR?

Fixed two minor typos in data.rst

Authored-by: Erik McKelvey <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
Erik-McKelvey authored and dgreiss committed Feb 17, 2024
1 parent 7a00c58 commit 300a078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/python/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ value during the conversion. If an integer input is supplied to

To handle better compatibility with Pandas, we support interpreting NaN values as
null elements. This is enabled automatically on all ``from_pandas`` function and
can be enable on the other conversion functions by passing ``from_pandas=True``
can be enabled on the other conversion functions by passing ``from_pandas=True``
as a function parameter.

List arrays
Expand Down Expand Up @@ -510,7 +510,7 @@ a new schema and cast the data to this schema:
t2.schema.field("f1").metadata
t2.schema.metadata
Metadata key and value pair are ``std::string`` objects in the C++ implementation
Metadata key and value pairs are ``std::string`` objects in the C++ implementation
and so they are bytes objects (``b'...'``) in Python.

Record Batch Readers
Expand Down

0 comments on commit 300a078

Please sign in to comment.