Ms. Bhavika wants to change the index of the dataframe and the output for the same is given below: [CUET 2022]
$$
\begin{array}{|l|l|l|}
\hline & \text { Name } & \text { Stream } \\
\hline \text { Student1 } & \text { ananya } & \text { humanities } \\
\hline \text { student2 } & \text { bhavya } & \text { humanities } \\
\hline
\end{array}
$$
Identify the correct statement to change the index.
(A) dl.index['student1', 'student2"]
(B) $\mathrm{d} 1$.index $[$ ['student1', 'student2"]
(C) $\mathrm{d} 1$.index [ 'student1", "student2"]
(D) dl.index = [ 'student1', 'student2"]