markfairbanks / tidypolars

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

Implement `tp.if_else()` #69

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago

Would just call pl.when().then().otherwise() in the background