AlexMili / torch-dataframe

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

Added value_count according to issue #5 #9

Closed gforge closed 8 years ago

gforge commented 8 years ago

The unique now returns a index value that can later be used as the basis for the categorical values function. There is the new value_counts that returns the actual counts.