-13
Stop using pandas in web development
(programming.dev)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
I use
DictReader
all the time, along with a library to hande the type detection. This is the way to go, especially if you need to process line by line or filter columns and rows out first.Regardless, I'll avoid pandas wherever I can. It's not something I want in production level code if I can help it.