Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-2298: [Python] Add unit tests to assert that float64 with NaN v…
…alues can be safely coerced to integer types when converting from pandas This code used to fail in the past, but it has been fixed sometime since the issue was reported back in October 2018. This test case asserts the correct behavior so it can be maintained. Author: Wes McKinney <[email protected]> Closes #4682 from wesm/ARROW-2298 and squashes the following commits: 33d485e <Wes McKinney> Add unit tests to assert desired behavior according to JIRA issue
- Loading branch information