Table Definitions
General Info
Useful Snippets

7.0.11 count duplicate values and get sum of each value in column

Example:

# Sum up the number of times each value occurs in the column
DF['column'].value_counts()