Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
We currently do a fair amount of ad-hoc normalization / edge case handling for when we get pandas (or xarray or TF or ...) objects that areclose to numpy but not quite (for example#16347 which uses a warning context manager which is extra not-thread-safe in other places we check ofobj.values
).
Can we centralize / streamline this logic?