Last active
March 6, 2021 05:35
-
-
Save thepycoach/d8a0273732fc2ab80d1a1f8a7627669b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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