Consider a dataframe 'df, which statement(s) is (are) incorrect w.r.t. df operations?
[CUET 2022]
A. dif'x' $][10,20,30]$, will add a new column'x' to dataframe df.
B. df.loc[ ' $x$ ']-[30,40,70], will add a new column'x' to dataframe $d$.
C. dfl'x'][10,20,30], will add a new row to the dataframe df.
D. df $\operatorname{loc}[\mathrm{x}]-[30,40,70]$, will always add a new row to the dataframe df.
E. df.drop( $x$, axis-0), will delete the row with label ' $x$ ' from the dataframe df.
Choose the correct answer from the options given below:
(A) B. C and D only
(B) A and E only
(C) B and E only
(D) C only