SciRuby / daru

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

Remove Daru::DataFrame implicit hash method #226

Closed gnilrets closed 8 years ago

gnilrets commented 8 years ago

Daru DataFrames are not hashes and having an implicit converter can introduce side effects when used with core Ruby classes that perform implicit hash conversion.