nalimilan / FreqTables.jl

Frequency tables in Julia
Other
90 stars 19 forks source link

Allow strings for column names #51

Closed pdeffebach closed 4 years ago

pdeffebach commented 4 years ago

freqtable(df, "var") gives a method errod.

Now that DataFrames allows for String indexing it would be nice if this did as well.

nalimilan commented 4 years ago

Right. That shouldn't be too hard. Would you make a PR?

bkamins commented 4 years ago

bump - just hit this when doing PyData Global tutorial

nalimilan commented 4 years ago

See https://github.com/nalimilan/FreqTables.jl/pull/53.