markfairbanks / tidypolars

Tidy interface to polars
http://tidypolars.readthedocs.io
MIT License
343 stars 11 forks source link

Implement `.fill()` #24

Closed markfairbanks closed 3 years ago

markfairbanks commented 3 years ago

We need to wait on this one until pl.Expr.fill_null() gains a "strategy" arg

Edit: https://github.com/pola-rs/polars/pull/1517

markfairbanks commented 3 years ago

Implemented