Quiz Yourself: Splitting, Combining, and Merging
Quiz yourself on the knowledge you learned in the "Splitting, Combining, and Merging" chapter.
We'll cover the following...
1
How do you perform a split operation in pandas?
A)
You use the merge() function.
B)
You use the concat() function.
C)
You use the str.split() method.
D)
You use the str.replace() method.
Question 1 of 60 attempted
Ask