Use pandas resample, groupby, Grouper, and rolling operations to understand trends in time-series data through an analysis of FDIC bank failures.
Articles tagged with pandas
Professional Pandas: Indexing with Pandas Loc
Master pandas loc indexing with scalars, lists, slices, Boolean arrays, indexes, functions, and a practical crime-data example.
Professional Pandas: The Pandas Merge Method
Understand pandas merge semantics, join types, validation, and a practical workflow combining river-flow and weather data.