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

docs: include PyArrow in Tutorial/Series #999

Closed MarcoGorelli closed 1 month ago

MarcoGorelli commented 1 month ago

In https://narwhals-dev.github.io/narwhals/basics/series/ we only show pandas + Polars. Let's get PyArrow in there too?

I'd suggest:


file to modify: https://github.com/narwhals-dev/narwhals/blob/main/docs/basics/column.md

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

while you're here, you can also rename the file from column.md to series.md (you'll also need to make this change in mkdocs.yml

gauthierpiarrette commented 1 month ago

Happy to work on this one!