Closed pdeffebach closed 4 years ago
freqtable(df, "var") gives a method errod.
freqtable(df, "var")
Now that DataFrames allows for String indexing it would be nice if this did as well.
String
Right. That shouldn't be too hard. Would you make a PR?
bump - just hit this when doing PyData Global tutorial
See https://github.com/nalimilan/FreqTables.jl/pull/53.
freqtable(df, "var")
gives a method errod.Now that DataFrames allows for
String
indexing it would be nice if this did as well.