datafusion-contrib / datafusion-python

Python binding for DataFusion
https://arrow.apache.org/datafusion/python/index.html
Apache License 2.0
59 stars 12 forks source link

Support Dataframe union for Python binding #19

Open mmuru opened 2 years ago

mmuru commented 2 years ago

The released datafusion-python binding does not expose dataframe union. For our use case, we need to perform union two data frames.