Patrick Hoefler

Results 345 comments of Patrick Hoefler

Thank you very much. cc @jbrockmendel any idea here?

Hi, thanks for your report. pandas does not implement these aggregation methods itself. We are falling back to numpy where this behavior is inherited from: ``` na = np.array([129], dtype="uint8")...

This runs forever (25secs), since we don't have slow builds anymore, I don't think this is worth it

Can confirm (as I expected :)) ``` commit bd9a6f09264c58ef402d4c7faf5fc9d48c159194 Author: Patrick Hoefler Date: Sat Jul 2 00:18:05 2022 +0200 BUG: Series.setitem losing precision when enlarging (#47342) ``` I'll look into...

Yep, can confirm: ``` commit a59582da8c9fa410ac05e25ee117a7fef996247f Author: Sachin Yadav Date: Mon Apr 11 01:04:27 2022 +0530 DEPR: non-keyword arguments in any (#44896) ```

Closing for now. Please ping to reopen, when you can answer questions

Hi, could you please fix the linting failures? You can also run pre-commit locally

This is because of a matplotlib upgrade. Will be fixed if you merge main