Skip to content

Instantly share code, notes, and snippets.

@terrah27
Created March 7, 2022 01:31
Show Gist options
  • Save terrah27/592f41da1f5b95e348cfe53305e4bd4d to your computer and use it in GitHub Desktop.
Save terrah27/592f41da1f5b95e348cfe53305e4bd4d to your computer and use it in GitHub Desktop.
# we have to be careful to assign the column names in the correct order
worker_df.columns = ['worker name', 'worker id', 'hire date', 'worker status', 'team']
worker_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment