Uh oh!
There was an error while loading. Please reload this page.
GH-34956: [Docs][Python] Add to docs the usage of the FixedShapeTensorType - #34957
Conversation
AlenkaF
commented
Apr 11, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AlenkaF
commented
Apr 11, 2023
I am currently adding some more text. Will probably have extra content ready tomorrow morning! |
jorisvandenbossche
left a comment
There was a problem hiding this comment.
Looks good! Some small comments.
I understand that we initially added this to extending_types.rst (when it was an example of implementing it). But now this is actually part of pyarrow, I am wondering if we would want to move it to a different location in our docs.
Currently, other data types are mentioned at https://arrow.apache.org/docs/dev/python/data.html, but that's already a long page about a lot of things, so also wouldn't just add it there. Maybe for now we can keep it here, and can think about reorganizing it later.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Rok Mihevc <rok@mihevc.org>
4ca6485 to
b3e3a57CompareAlenkaF
commented
Apr 12, 2023
I will open an issue for this as I agree it should be reorganised (and I just remembered we have talked about this before, sorry). Otherwise I have included the changes with the last two commits. |
AlenkaF
commented
Apr 12, 2023
Thank you Joris and Rok for reviews! |
ursabot
commented
Apr 13, 2023
Benchmark runs are scheduled for baseline = 07642fd and contender = b8427d3. b8427d3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
ursabot
commented
Apr 13, 2023
['Python', 'R'] benchmarks have high level of regressions. |
…eTensorType (apache#34957) ### Rationale for this change This PR adds examples of the use of `FixedShapeTensorType`to the PyArrow user guide. Should be reviewed and merged after apache#34883 is done. * Closes: apache#34956 Lead-authored-by: Alenka Frim <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>
…eTensorType (apache#34957) ### Rationale for this change This PR adds examples of the use of `FixedShapeTensorType`to the PyArrow user guide. Should be reviewed and merged after apache#34883 is done. * Closes: apache#34956 Lead-authored-by: Alenka Frim <frim.alenka@gmail.com> Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com> Co-authored-by: Rok Mihevc <rok@mihevc.org> Signed-off-by: Alenka Frim <frim.alenka@gmail.com>

Rationale for this change
This PR adds examples of the use of
FixedShapeTensorTypeto the PyArrow user guide. Should be reviewed and merged after #34883 is done.