SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

From CSV should support automatic boolean conversion #371

Closed baarkerlounger closed 7 years ago

baarkerlounger commented 7 years ago

The Ruby CSV reader doesn't seem to have an automatic boolean converter when reading CSVs and so Daru also doesn't have this. Pandas does it by default and it seems like it would be a handy option to have rather than writing your own block each time.

https://github.com/SciRuby/daru/issues/337