Commits

Wes McKinney authored 5e122c68048
ARROW-9407: [Python] Recognize more pandas null sentinels in sequence type inference when converting to Arrow Null sentinel objects other than `NaN` were not being considered in the type inference. This is follow up to the prior patch ARROW-842 and wasn't fully implemented/tested there. Closes #7714 from wesm/ARROW-9407 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>