Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@MaxGhenis MaxGhenis released this 23 Feb 06:55
· 61 commits to master since this release
995a0c7

This release introduces the MicroDataFrame and MicroSeries objects, which extend pandas DataFrame and Series objects, respectively, to add observation weights to each record as an attribute. Common operations like mean and median work as they do with pandas objects, but with weights applied. Special functions like gini and poverty_gap are also implemented for these objects.