Python Pandas Tutorial 20 | How to align two different series or DataFrames

preview_player
Показать описание
Hi guys...in this Python pandas tutorial video I have talked about how you can align the two different series or data frames. This video will give you an idea that what happens when you try to add or subtract two different series or dataframes.
Рекомендации по теме
Комментарии
Автор

Thank you for the beautiful video 🙂
But FYI:
Starting in 0.20.0, the .ix indexer is deprecated, in favor of the more strict .iloc and .loc indexers.

mosama
Автор

Can you please explain about last code i.e. ix[1] in ser3 = df2.ix[1]

vaishnavigupta