SciRuby / daru

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

Fixed keyword parameters warning with Ruby 2.7 #536

Open jonspalmer opened 4 years ago

jonspalmer commented 4 years ago

Cleanup a few more Ruby 2.7 issues similar to #521

dvalerojimenez commented 1 year ago

I can confirm this as still being a bug in master branch, would be nice to have the patch as Daru::DataFrame.write_csv is broken.

It could also solve the issue with Daru::DataFrame.from_csv: https://github.com/SciRuby/daru/issues/543