Given a dataframe dl with columns name, stream and Roll no.
[CUET 2022]
Prabhat wants to print the details of Bhavya' along with stream. Identify the correct statement.
(A) print(d1[['name',[stream']] [d]1['name']=-'Bhavya'])
(B) $\operatorname{print}(\mathrm{d} 1[[$ 'name', 'stream']] [d['name']==Bhavya')
(C) $\operatorname{print}($ d1 $[[$ 'name']=-Bhavya'])
(D) $\operatorname{print}(\mathrm{d} 1[[$ 'name','stream'] [d1['name']='Bhavya'])