v0.3.0
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.