AlexMili / torch-dataframe

Utility class to manipulate dataset from CSV file
MIT License
67 stars 8 forks source link

Extract value counting functionnality in unique() to a specific function #3

Closed AlexMili closed 8 years ago

AlexMili commented 8 years ago

I suggest adding a value_conts - this is intuitive and sticks with the original intention of keeping Pandas design principles. Compared to R's table() value_counts makes much more sense. cite>@gforge</cite

AlexMili commented 8 years ago

See PR #9