`Series.eq` should have same signature as `DataFrame.eq` including `axis,level` args add docs for these as well
Activity
jschendel commentedon Jul 6, 2018
This looks to be resolved: the only difference now appears to be
fill_value
inSeries.eq
, which doesn't really make sense forDataFrame.eq
.