Some data transformations can get complicated.
There might be several steps acting on a single DataFrame.
This can lead to ugly code.
We can use method chaining, the pipe function and the assign function to make our code much easier to read.
#python #coding #excel #data #analytics #pythoninexcel