TidierOrg / Tidier.jl

Meta-package for data analysis in Julia, modeled after the R tidyverse.
MIT License
515 stars 14 forks source link

Need to fix one condition in ntile() #75

Closed kdpsingh closed 1 year ago

kdpsingh commented 1 year ago

I marked a line as needing fixing but forgot to actually fix. It's for the situation where all of the values in a column are missing.

kdpsingh commented 1 year ago

Fixed in #82.