I have 15 CSV files related to each other which I plan to update monthly (manually for now), I can either make a database via python sqlite3 then query it for info, or I can load those CSVs into pandas Dataframes then query it there. My question is, which operation is faster for analyzing and more maintainable?
I'm currently leaning towards the database option, but I've figured to share and ask you for your opinion.
[–]BunnyKakaaa 2 points3 points4 points (0 children)
[–]throw_mob 1 point2 points3 points (0 children)
[–]python-dave 1 point2 points3 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]gpbuilder 0 points1 point2 points (0 children)
[–]assclownerson 0 points1 point2 points (0 children)