Skip to content

DuckDB benchmarking fix #13

@kjford

Description

@kjford

Thanks for the nice writeup on upgrading to pandas2.0! While looking over your benchmarking section in this notebook I noticed that you're calling .fetchall() on the duckdb cursor. Consider calling .df(), which returns a dataframe similar to the other benchmarked methods. In my hands, this is pretty comparable in performance to pandas and polars.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions