Table Definitions
General Info
Useful Snippets

7.0.12 Count of values where value equals x in column

Example:

len(DF[ (DF['B'] == 'b') ].index)