estimate_mi and pairwise_mi return DataFrames when passed ones. Investigate how to annotate this case. Note that this might need a hard dependency on pandas. (Related to #48.)
This would let us remove some manual annotations in pandas tests, and any annotated user code (which I'm skeptical about).
estimate_mi
andpairwise_mi
returnDataFrame
s when passed ones. Investigate how to annotate this case. Note that this might need a hard dependency onpandas
. (Related to #48.)This would let us remove some manual annotations in
pandas
tests, and any annotated user code (which I'm skeptical about).Originally posted by @polsys in https://github.com/polsys/ennemi/issues/91#issuecomment-892488466