apache / datafusion-python

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

Expose Unnest feature #640

Closed timsaucer closed 2 months ago

timsaucer commented 2 months ago

Is your feature request related to a problem or challenge? Please describe what you are trying to do. When working with a dataframe that contains nested data, we cannot currently unnest it in the python interface. The supporting code already exists in the rust implementation, so it only needs exposing in this repository.

Describe the solution you'd like PR is ready and will be provided. This should be a very straight forward exposure of the underlying rust API.

Describe alternatives you've considered I cannot think of an alternative.

Additional context N/A