Skip to content

Instantly share code, notes, and snippets.

@terrah27
Created March 7, 2022 01:28
Show Gist options
  • Save terrah27/d430a3eaa476da1cb4d2c415de776ece to your computer and use it in GitHub Desktop.
Save terrah27/d430a3eaa476da1cb4d2c415de776ece to your computer and use it in GitHub Desktop.
# assign column headers directly
worker_df.columns = ['worker_id', 'worker_name', '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