-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Apache Iceberg is an open source table format designed for efficiently reading from large datasets. By leveraging detailed statistics information and hidden partitioning, reading becomes efficient for extremely large datasets, even up to pedabytes according to the author.
As a result, there is a lot of interest in Iceberg inside of the Data Engineering community and many people seem willing/eager to try running their production workloads using Iceberg. To help meet this growing demand, we believe that Pandas should be able to read DataFrames from datasets using Iceberg format.
Bodo can be used underneath Pandas to read Iceberg, probably through pd.read_sql/pd.read_sql_table.
Metadata
Metadata
Assignees
Labels
No labels