Task 2: Verify datasets (~15%)

Create a level 2 section in your notebook called Verify Dataset.


Write code to check each of the following. Don't over think this bit. Each check is at most one/two lines of code:

  1. df_authors.author is a unique identifier.
  2. No missing values in df_authors.
  3. df_comments.id is a unique identifier.
  4. Each comment author is in the list of QAnon authors, df_authors.author.
  5. df_submissions.id is a unique identifier.
  6. Each submission author is in the list of QAnon authors, df_authors.author.
  7. In df_subreddits, the number of moderators listed in all_mod_names matches count in all_mods.