Skip to content

Instantly share code, notes, and snippets.

@thepycoach
Last active March 6, 2021 05:35
Show Gist options
  • Select an option

  • Save thepycoach/d8a0273732fc2ab80d1a1f8a7627669b to your computer and use it in GitHub Desktop.

Select an option

Save thepycoach/d8a0273732fc2ab80d1a1f8a7627669b to your computer and use it in GitHub Desktop.
df_netflix_originals = pd.read_csv('netflix_originals.csv')
#inconsintent column names
df_netflix_originals.rename(columns={'titles':'title', 'years':'release_year'}, inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment