---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-75-d2ff68f52f11> in <module>()
----> 1 df1['threshold']= df1['load'] > m[df1['month']]
/anaconda3/lib/python3.7/site-packages/pandas/core/ops.py in wrapper(self, other, axis)
1188
1189 elif isinstance(other, ABCSeries) and not self._indexed_same(other):
-> 1190 raise ValueError("Can only compare identically-labeled "
1191 "Series objects")
1192
ValueError: Can only compare identically-labeled Series objects