dungdm93 opened a new pull request, #6254:
URL: https://github.com/apache/iceberg/pull/6254

   After #6233, we can read Iceberg table to `pandas` DataFrame via Apache 
Arrow:
   ```python
   taxi.scan().to_arrow().to_pandas()
   ```
   
   Since Pandas is most popular python data analysis library, I'd like to add a 
shortcut to convert `TableScan` to `pd.DataFrame` directly.
   ```python
   taxi.scan().to_pandas()
   ```
   


-- 
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