Skip to content

Commit 2a16ebd

Browse files
author
codebasics
authored
Update pandas_pivot.ipynb
1 parent db00c95 commit 2a16ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/10_pivot/pandas_pivot.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
],
131131
"source": [
132132
"import pandas as pd\n",
133+
"import numpy as np\n",
133134
"df = pd.read_csv(\"weather.csv\")\n",
134135
"df"
135136
]

0 commit comments

Comments
 (0)