I downloaded the archival data of stackoverflow posts from https://archive.org/details/stackexchange.
However, after expanding the 7z file, I have a 103GB xml file of posts.
I tried to use python to load it but the server failed.
What can I do to load such a large file to python to analyze the data?
I tried the codes from following links: how to convert xml file to csv using python script
But python stopped at the step of open the xml file.