Created
September 22, 2019 15:10
-
-
Save dipanjanS/7f42c765438eb2ae7aa5d79aa5843390 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
poke_df = pd.read_csv('datasets/Pokemon.csv', encoding='utf-8') | |
poke_df.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment