PolicyEngine / microdf

Analysis tools for working with survey microdata as DataFrames.
http://pslmodels.github.io/microdf
MIT License
12 stars 10 forks source link

Add pandas args to overridden methods #212

Open MaxGhenis opened 3 years ago

MaxGhenis commented 3 years ago

We haven't yet implemented many args in overridden methods, but leaving them off violates substitutability. It'd be good to include them and raise NotImplementedErrors when those args aren't yet implemented in a way that can be just passed to super().