You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Release 3.0.0 introduced the use of nullable Int64 and boolean dtypes (pandas extension dtypes) (#786)
However the pandas extension dtypes are not widely supported across the pandas api. This might lead to issues using numba in pandas operations.
Please see my bug report in the pandas project for example:
pandas-dev/pandas#46867
I would propose to introduce an optional switch to pre-3.0.0 behaviour.