This program procedurally subsets pandas dataframe in a way that is useful for abstracting away from the syntax.
I have several data-related tasks that emand reams and reams of Pandas in order to arrive at data of the riht size, shape, type, composition, etc. If I can pass a single line to do that rather than repeating myself, that is a clearly preferable option.
pandas
As Needed