Quiz: Indexing, Manipulation Methods, and Data Cleaning
Quiz yourself on indexing, manipulation methods, and data cleaning.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Assume a Series S
. Which method can be used to reset the index in the Series?
A.
S.reset_index()
B.
reset_index(S)
C.
S.reset()
D.
Once set, indexing cannot be reset.
1 / 4