Sandro Casagrande
Sandro Casagrande
@github-actions pre-commit
I am still interested in this. I just added changes that adress requests raised by @jreback and @simonjayhawkins. Local tests run successfully. I decided to add the check for engine="python"...
Thanks @mroeschke for reopening.
I just recognized that the changes in this PR has a good side effect. Up to now, implicity lossy coercion of float to int could occur for `engine="python"` with non-extension...
This PR might close https://github.com/pandas-dev/pandas/issues/38013
I think it is a good idea to perform the same check for `engine="pyarrow"`after this [this cast](https://github.com/pandas-dev/pandas/blob/b0a51feaad1d201c77f38c787ebec2b6e656a2cd/pandas/io/parsers/arrow_parser_wrapper.py#L123-L127). This is a bit more cumbersome, since the complete frame is casted with...