You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.17.0
2000-01-01 00:00:00 2000-01-02 00:00:00 2000-01-03 00:00:00 1 2
2000-01-01 NaN NaN NaN NaN NaN
2000-01-02 NaN NaN NaN NaN NaN
2000-01-03 NaN NaN NaN NaN NaN
Work-around:
Use df.divide(series, axis='index').
Is this change in API intentional? Couldn't find it in the release announcements.
The text was updated successfully, but these errors were encountered:
Older versions up to 0.16.2:
0.17:
Work-around:
Use
df.divide(series, axis='index')
.Is this change in API intentional? Couldn't find it in the release announcements.
The text was updated successfully, but these errors were encountered: