Aishwarya Nevrekar
Results
1
comments of
Aishwarya Nevrekar
The bug in the code berri_bikes.loc[:, 'weekday'] = berri_bikes.index.weekday is that the slice [:, 'weekday'] is unhashable. A hashable type is a type that can be used as a key...