Tim Loderhose created ARROW-10565: ------------------------------------- Summary: Table.from_batches and Table.from_pandas have argument Schema_schema instead of schema Key: ARROW-10565 URL: https://issues.apache.org/jira/browse/ARROW-10565 Project: Apache Arrow Issue Type: Bug Components: Python Affects Versions: 2.0.0 Reporter: Tim Loderhose Fix For: 2.0.1
The functions `pyarrow.Table.from_batches` and `pyarrow.Table.from_pandas` both allow for passing of `Schema` objects. Both methods currently take in an argument called `Schema_schema`, whereas the documentation describes it should be `schema`, of type `Schema`. The other `.from_XX` methods correctly take the argument as just `schema`. Fixing this just involves changing these two keyword arguments. -- This message was sent by Atlassian Jira (v8.3.4#803005)