I collected data from social media platforms and stored it in a csv file, I have around 1.8 million comments in this file and I am trying to open it using pandas. I used engine as python while opening, the file size is 122 MB and it has code mixed comments with emojis, but I am getting an error.
ParserError: NULL byte detected. This byte cannot be processed in Python's native csv library at the moment, so please pass in engine='c' instead
So i tried with engine='c' but now got a different error
ParserError: Error tokenizing data. C error: Buffer overflow caught - possible malformed input file.