bjpop / gurita

A convenient and expressive tool for data analytics and plotting on the command line
MIT License
6 stars 3 forks source link

Optionally allow missing values as keys in groupby #47

Open bjpop opened 2 years ago

bjpop commented 2 years ago

grouby does not currently support missing (NA) values in keys: the corresponding group is dropped. This could be allowed with a flag.