Skip to content

Commit

Permalink
added analysis python file
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Galli committed Oct 6, 2018
1 parent 2dc0be3 commit 1297050
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions analysis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import pandas as pd

poke = pd.read_csv('pokemon_data.csv')

print(poke.tail(5))

0 comments on commit 1297050

Please sign in to comment.