yigal-rozenberg opened a new pull request, #1614:
URL: https://github.com/apache/iceberg-python/pull/1614

   Polars (https://pola.rs) is an open-source library for data manipulation, 
known for being one of the fastest data processing solutions on a single 
machine. It features a well-structured, typed API that is both expressive and 
easy to use.
   
   this chnage is a simple 'to_polars' addiotn to the table api.
   
   iceberg_table = catalog.load_table('data.data_points')
   pdf = iceberg_table.scan().to_polars()
   print(pdf)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to