Commits


Joris Van den Bossche authored and Antoine Pitrou committed 1500d39aecc
ARROW-7261: [Python] Add Python support for Fixed Size List type https://issues.apache.org/jira/browse/ARROW-7261 Conversion from python lists works, but conversion to python (to numpy/pandas) not yet. Closes #5906 from jorisvandenbossche/ARROW-7261-fixed-size-list and squashes the following commits: 5046c85fc <Joris Van den Bossche> fixup rebase feb648834 <Joris Van den Bossche> fix C++ docstring 7b4f57102 <Joris Van den Bossche> other updates d01b45d6a <Joris Van den Bossche> fix list_size of 0 + add tests da2a2b3ea <Joris Van den Bossche> Use Result instead of Status 8b3161937 <Joris Van den Bossche> known null_count of 0 cb68db4d5 <Joris Van den Bossche> use int32 for list_size 88a5cbdd9 <Joris Van den Bossche> add proper python -> arrow conversion a502fa729 <Joris Van den Bossche> edits for feedback 8d94b0f7a <Joris Van den Bossche> ARROW-7261: Add Python support for Fixed Size List type Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>