Python Forum
What is the best way to merged csv files and commit them to a database?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the best way to merged csv files and commit them to a database?
#1
I have several csv files with different kinds of data on them. Currently I am making a dataframe for each one and then merging the dataframes. I also have to do a process on the data (calculating total scores) and then I'm committing them to a database. It works but I find it hard to implement new kinds of csv files with different data on them.

I was wondering what other people do to make this process easy and scalable?
Reply


Messages In This Thread
What is the best way to merged csv files and commit them to a database? - by SuchUmami - Jul-09-2023, 07:51 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Merged multiple csv to one SamLiu 7 1,603 Sep-19-2022, 02:20 PM
Last Post: SamLiu

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020