Do NOT Store Your Data as a CSV File

This was a hard lesson to learn that seems obvious in hindsight. When I was a less-experienced developer, I was working on a web scraper where I took took data from an online source and appended it to a Pandas DataFrame. When I was done scraping I then converted the DataFrame into a CSV fileContinue reading “Do NOT Store Your Data as a CSV File”