What's the most fluent (or easy to read) method chaining solution for transforming columns in Pandas? (“method chaining” or “fluent” is
I have a dataframe with stock returns in one column, strategy values in another & and another column called trades with boolean values (True, False). My de