Open MaxGhenis opened 3 years ago
It doesn't work with MicroDataFrames (weights by the weight squared if the weight column is in the DataFrame):
https://github.com/PSLmodels/microdf/blob/995a0c703af8bcc84809915df155336d9473d043/microdf/weighted.py#L155
It also sorts the data which can create issues, and it creates tons of columns when usually a user just wants one at a time. These could be overcome but I think it'd be better to invest in MicroDataFrame.rank and MicroSeries.rank (#187).
MicroDataFrame.rank
MicroSeries.rank
It doesn't work with MicroDataFrames (weights by the weight squared if the weight column is in the DataFrame):
https://github.com/PSLmodels/microdf/blob/995a0c703af8bcc84809915df155336d9473d043/microdf/weighted.py#L155
It also sorts the data which can create issues, and it creates tons of columns when usually a user just wants one at a time. These could be overcome but I think it'd be better to invest in
MicroDataFrame.rank
andMicroSeries.rank
(#187).