InterviewSolution
Saved Bookmarks
| 1. |
The result of an operation between unaligned Series will have the ________ of the indexes involved.(a) intersection(b) union(c) total(d) all of the mentionedThis question was posed to me in examination.I'm obligated to ask this question of Pandas Data Structure in division Data Analysis with Python of Data Science |
|
Answer» The correct CHOICE is (B) union |
|