narwhals-dev / narwhals

Lightweight and extensible compatibility layer between dataframe libraries!
https://narwhals-dev.github.io/narwhals/
MIT License
592 stars 89 forks source link

Implement LazyFrame.to_native #1003

Closed MarcoGorelli closed 1 month ago

MarcoGorelli commented 1 month ago

Currently, we can call nw.to_native

It would be more user-friendly to have LazyFrame.to_native though, I keep finding myself reaching for this

Contributing guide: https://github.com/narwhals-dev/narwhals/blob/main/CONTRIBUTING.md

HeitCunha commented 1 month ago

Taking this one!