markfairbanks / tidypolars

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

Implement `paste()` #99

Closed markfairbanks closed 2 years ago

markfairbanks commented 2 years ago

Or should we just have people use col('x') + col('y')

markfairbanks commented 2 years ago

See ?pl.concat_str

mjkarlsen commented 2 years ago

I like the idea of paste()

markfairbanks commented 2 years ago

Probably should do paste0() as well