Commits

Antoine Pitrou authored c65ffe3d9e6
ARROW-12482: [Doc][C++][Python] Mention CSVStreamingReader pitfalls with type inference Users may be surprised that type inference is done on the first block, and values can fail converting afterwards. Closes #10132 from pitrou/ARROW-12482-csv-streaming-doc Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>