narwhals-dev / narwhals

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

enh: implement `DataFrame.to_native` #1001

Closed MarcoGorelli closed 1 week ago

MarcoGorelli commented 1 week ago

Currently, we can call nw.to_native

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

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

Cheukting commented 1 week ago

Happy to have a look at this one :-)