Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

return pyarrow.Table instead of return the pandas-compatible NumPy ar…#319

Open
TibbersDriveMustang wants to merge 1 commit intomarkhoerth:masterfrom
TibbersDriveMustang:patch-3
Open

return pyarrow.Table instead of return the pandas-compatible NumPy ar…#319
TibbersDriveMustang wants to merge 1 commit intomarkhoerth:masterfrom
TibbersDriveMustang:patch-3

Conversation

@TibbersDriveMustang
Copy link
Copy Markdown
Contributor

…ray via to_pandas()

the to_pandas() is pretty expensive, if the returned data size is huge, e.g 8GB, it might cause core crush.
return the pyarrow.Table gives end user more fliexibility

…ray via to_pandas()

the to_pandas() is pretty expensive, if the returned data size is huge, e.g 8GB, it might cause core crush.
return the pyarrow.Table gives end user more fliexibility
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant