Carlo Barth

Results 9 comments of Carlo Barth

@Dr-Irv Thank you for reporting this problem! I am able to reproduce this. The problem is purely related to the `inplace=True` option. The interpolation result [here](https://github.com/pandas-dev/pandas/blob/main/pandas/core/resample.py#L941) becomes `None` and internally...

I could use some input here @MarcoGorelli. As we are introducing a breaking change anyway, we could think about removing the `inplace` option. I think it is counter-intuitive that the...

@MarcoGorelli 🙌 I'll take care of it and ping you in the PR.

@MarcoGorelli I looked into this but it is extremely convoluted 😢 The `inplace` option is passed on in multiple steps, partially to overloaded methods or abstract methods with many implementations....

@MarcoGorelli somehow it did not auto-assign the reviewers. But in any case, here we are :)

> Do these need to be deprecated first? You can use the `deprecate_kwarg` decorator for that I don't know what the exact policy is. But as far as I understand...

> This pull request is stale because it has been open for thirty days with no activity. Please [update](https://pandas.pydata.org/pandas-docs/stable/development/contributing.html#updating-your-pull-request) and respond to this comment if you're still interested in working...