You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add support for compact_ints and use_unsigned in Python engine
Title is self-explanatory. xref #12686 - I don't quite understand
why these are marked (if at all) as internal to the C engine only, as
the benefits for having these options accepted for the Python engine
is quite clear based on the documentation I added as well.
Implementation simply just calls the already-written function in
`pandas/parsers.pyx` - as it isn't specific to the `TextReader` class,
crossing over to grab this function from Cython (instead of
duplicating in pure Python) seems reasonable while maintaining that
separation between the C and Python engines.
Author: gfyoung <gfyoung17@gmail.com>
Closes#13323 from gfyoung/python-engine-compact-ints and squashes the following commits:
95f7ba8 [gfyoung] ENH: Add support for compact_ints and use_unsigned in Python engine
0 commit comments