Skip to content

Commit

Permalink
Update pandas_pivot.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
codebasics authored Dec 23, 2017
1 parent db00c95 commit 2a16ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/10_pivot/pandas_pivot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
],
"source": [
"import pandas as pd\n",
"import numpy as np\n",
"df = pd.read_csv(\"weather.csv\")\n",
"df"
]
Expand Down

0 comments on commit 2a16ebd

Please sign in to comment.