Print mistake

Course Name: Python For Trading!, Section No: 11, Unit No: 8, Unit type: Exercise

Syntax:

dataframe.loc((condition 1) & (condition 2) & (condition 3)....so on, column_name) = value

Hi Arpan, 



Thanks for pointing this out.



The correct syntax is: 

dataframe.loc[(condition 1) & (condition 2) & (condition 3)…so on, column_name] = value



This has been updated in the Exercise as well. 



Thanks, 

Bhavika