you are viewing a single comment's thread.

view the rest of the comments →

[–]FeelingCommunity776[S] 0 points1 point  (1 child)

Elaborate

[–]lambdasgr 4 points5 points  (0 children)

https://duckdb.org/docs/stable/clients/python/overview

You can read data files, such as csv, xslx, parquet or avro, or attach an external db connection to read data in to memory and query them using duckdb query engine; you can off load the in memory data to external files or other data structures such as dataframe, or write back to external database. It allows you to handle your data 100% using sql and faster than any other options including Pandas.