Lucas Nelson
Lucas Nelson
**Describe the bug** Trying to obtain the boxscore of a game in the 2021-2022 season, but receiving `IndexError: list index out of range`. **To Reproduce** Sample code which causes an...
Wondering if there's been discussion for supporting other dataframe (or pandas-compatible) libraries? Happy to talk through or help develop support to extend the ecosystem.
Hey! Just found out about `erdantic` through Python Bytes. Looks great and love messing with it so far. I work with a lot of Pydantic models to facilitate PySpark transformations...
Hey everyone, Noticed that `replace_strict` is not listed in the not-implemented section of the expr script: https://github.com/narwhals-dev/narwhals/blob/a2796344571f8efe68306ef4cb263ad11980e0ff/narwhals/_spark_like/expr.py#L621-L631 I know we talked about holding off in #1724 - just wanted to...
### Describe the bug hey everyone, not sure if this has been discussed elsewhere but ran into an issue renaming a Spark DataFrame with periods in its columns ([a somewhat...