Solveeit Logo

Question

Informatics Practices Question on Reading Comprehension

Consider the following series:
SeriesA = pd.series([1, 2, 3, 4, 5], index = ['a', 'b', 'c', 'd', 'e'])
SeriesB = pd.series([10, 20, -10, -50, -100], index=['z', 'y', 'a', 'c', 'e'])
SeriesA
Based on the above paragraph answer the following questions: