Thomas Li
Thomas Li
@asmeurer This should be ready for a look now. Sorry for the long delay, had to wrangle with Github Actions/the ``__all__`` tests for a while.
Taking a look at the tweedie metrics.
Thanks for the report, looks like we should probably avoid factorizing then in pivot for dictionary pyarrow types. For reference, this is the traceback. ``` Traceback (most recent call last):...
Fixed as of #53232 I think.
I'll tag this as a good first issue as adding the tests doesn't seem too hard. https://github.com/pandas-dev/pandas/blob/b4929f8536fdfa9cd8abb181cdd16a522035f9e7/pandas/conftest.py#L595-L628 is where you should start. A word of caution, though: This can get...
Thanks for the ping! It's been a while since I worked on Dask Array API support (I'm hoping to have some more time for it by end of summer), but...
I marked this as "breaking" (even though it's not really breaking), since it's a big deprecation and I think this makes it more prominent in the changelog. Please relabel if...
@vyasr As promised, here's the followup deprecating Arrow file support in cudf. This is a pretty invasive PR, though, I wonder if we should wait until we have a good...
Addressed most of the comments here. Will update this PR with deprecation for ``open_file_options`` sometime later.
I deprecated ``open_file_options`` which I think is the last remaining API to be deprecated. This should be ready for a re-review now.