This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
ArrowTypeError should indicates which column is causing the error #1822
Debugging typing errors when working with existing tables with a large number of columns is extremely frustrating, to say the least: the
pyarrowerror never indicates which column is causing the issue.It would be an absolute life saver if more debugging information were raised with the exception.
E.g.: