Passing arguments to pa.Table.to_pandas
#2121
Replies: 2 comments
-
thanks for the requestion - we can probably allow for keyword arguments to be passed down like we do in |
Beta Was this translation helpful? Give feedback.
0 replies
-
i've converted this to an issue #2123 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my current code I have a very large
pa.Table
that I want to convert topd.DataFrame
. In theto_pandas
call I specifysplit_blocks
andself_destruct
as I don't want 2 copies of the data in memory.I'm thinking of porting this code to
narwhals
so was wondering if there's a way to do the same - convert to apa.Table
to different format without doubling the memory requirements?I'm interest in converting to either
pandas
orpolars
hence why I thoughtnarwhals
might be a good fit.Beta Was this translation helpful? Give feedback.
All reactions