This is part 2 in my series on writing modern idiomatic pandas. Modern PandasMethod ChainingIndexesFast PandasTidy DataVisualizationTime SeriesScalingMethod Chaining#Method chaining, where you call methods on an object one after another, is in vogue at the moment. It’s always been a style of programming that’s been possible with pandas, and over the past several releases, we’ve added methods that