apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
329 stars 64 forks source link

feat: add example of reading parquet from s3 #460

Closed mesejo closed 11 months ago

mesejo commented 11 months ago

Which issue does this PR close?

Closes #442.

Rationale for this change

The example of reading from S3 is included in the DataFusion main repository. Having a Python version of it seems fitting

What changes are included in this PR?

An example showing how to register multiple parquet files under the same bucket

Are there any user-facing changes?

No