python-socialsci icon indicating copy to clipboard operation
python-socialsci copied to clipboard

Mention method chaining in the pandas lesson

Open suvayu opened this issue 2 years ago • 0 comments

I think method chaining should be introduced, either after the aggregation or join episodes. It's a very effective practice to organise pandas code, leads to very clear logical flow, and fewer intermediate variables.

suvayu avatar Jun 09 '22 10:06 suvayu