Commits


Albert Villanova del Moral authored and GitHub committed bee2fc8021f
MINOR: [Docs][Python] Add LargeListType to Data Types docs (#43597) ### Rationale for this change The `LargeListType` is missing in the Data Types docs: https://arrow.apache.org/docs/python/api/datatypes.html#type-classes ### What changes are included in this PR? This PR adds the `LargeListType` to the Data Types docs. ### Are these changes tested? The change only affects the docs. I have generated the docs locally and they appear as expected. See comment below with screenshot: https://github.com/apache/arrow/pull/43597#issuecomment-2273139016 ### Are there any user-facing changes? The change is indeed an update in the docs. Authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>