Skip to content

Instantly share code, notes, and snippets.

@youssefHosni
Created January 4, 2022 06:47
Show Gist options
  • Save youssefHosni/e2c1463ed732549859579ab50bcf49d2 to your computer and use it in GitHub Desktop.
Save youssefHosni/e2c1463ed732549859579ab50bcf49d2 to your computer and use it in GitHub Desktop.
Data Exploration
print('The number of Categoreis in the data', len(demographics_data.Category.unique()))
demographics_data.Category.unique()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment