...and here's what happens in reality.
Big fan of method chaining. To achieve the same level of readability as the inplace=True, usually nest the chain in parentheses.
i.e.
(
df
.reset_index()
.fillna(0)
.drop_duplicates()
)
Totally, Jack!
Big fan of method chaining. To achieve the same level of readability as the inplace=True, usually nest the chain in parentheses.
i.e.
(
df
.reset_index()
.fillna(0)
.drop_duplicates()
)
Totally, Jack!