Open
Description
#56531 is adding these arguments to Series/DataFrame ffill/bfill due to the deprecation in interpolate. While groupby doesn't have interpolate and so there is no loss of functionality, if an efficient algorithm can implement limit_area I think we should do it for API consistency.