markfairbanks / tidypolars

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

Drop `np.ndarray` usage for `pl.Series`? #14

Closed markfairbanks closed 3 years ago

markfairbanks commented 3 years ago

I think we should be able to use polars series instead of numpy arrays and get the same functionality (for our use case). This would also allow us to drop numpy as a dependency.

To Do: