Series.eq
should have same signature as DataFrame.eq
including axis,level
args
add docs for these as well
Comment From: jschendel
This looks to be resolved: the only difference now appears to be fill_value
in Series.eq
, which doesn't really make sense for DataFrame.eq
.