The Python Oracle

_csv.Error: field larger than field limit (131072)

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping

--

Chapters
00:00 Question
00:48 Accepted answer (Score 471)
01:57 Answer 2 (Score 181)
02:16 Answer 3 (Score 49)
05:59 Answer 4 (Score 36)
06:32 Thank you

--

Full question
https://stackoverflow.com/questions/1506...

Accepted answer links:
[SO: what-is-sys-maxint-in-python-3]: https://stackoverflow.com/questions/1379...

Answer 3 links:
[[Python.Docs]: csv.field_size_limit([new_limit])]: https://docs.python.org/library/csv.html...
[[GitHub]: python/cpython - (master) cpython/Modules/_csv.c]: https://github.com/python/cpython/blob/m...
[[Wikipedia]: C data types]: https://en.wikipedia.org/wiki/C_data_typ...
[[Python.Docs]: ctypes - A foreign function library for Python]: https://docs.python.org/library/ctypes.h...
[[SO]: Maximum and minimum value of C types integers from Python (@CristiFati's answer)]: https://stackoverflow.com/a/52485502/478...
[[SO]: How do I determine if my python shell is executing in 32bit or 64bit mode on OS X? (@CristiFati's answer)]: https://stackoverflow.com/a/50053286/478...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #csv

#avk47