Created
June 14, 2019 11:52
-
-
Save MariaLavrovskaya/01783531af627b002feda2d44cf63168 to your computer and use it in GitHub Desktop.
This file contains 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.set_index("title", inplace=True) #setting the index name | |
df_1 = df.loc[:, ['imdb_rating','genre', 'runtime', 'best_pic_nom', | |
'top200_box', 'director', 'actor1']] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment