Skip to content

COPY FROM a Pandas DataFrame Example Issue #3499

Closed Answered by prrao87
cmcclung-ANGENG asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for pointing it out, we'll get that example fixed right away. To your second point, the scanning from Pandas is designed to be for Python users. Kùzu is able to scan Pandas DataFrames both the numpy and Arrow backends by using a memcpy operation, allowing it access to the raw pointers that hold the data. So there's no need to pass it in as a parameter - you'd just access the underlying object via the Python API.

Are you trying to access a specific format from your Java application code? Not sure how you'd intend to use Pandas alongside Java 😅.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cmcclung-ANGENG
Comment options

@prrao87
Comment options

Answer selected by cmcclung-ANGENG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants