✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Задано змінні s1 і s2 типу Series:
s1 = pd.Series([0,1,2,3,4], index=['a', 'b', 'c', 'd', 'e'])s2 = pd.Series([0,1,2,3,4], index=['e', 'd', 'c', 'b', 'A'])
Що буде результатом s1 + s2