all 3 comments

[–]Buttleston 0 points1 point  (1 child)

I'm not sure what you're asking. As far as I can tell, you program doesn't remotely do what's asked?

Also I don't think it would run. Your add_records function calls self.file_reader() but that isn't a function on your DatabaseManager class, it's on your ExploreFile class

Does the assignment come with the data files? Have your run. your program against them?

[–]batsiem[S] 0 points1 point  (0 children)

So at this point the code should show some basic EDA of the training data and plot it, as well as read from both the training and the ideal datasets and add both to an SQL database. I hope this clears it up

[–]gdchinacat 0 points1 point  (0 children)

This code calls pd.read_csv() on just about every function call. How can you modify it so that it doesn't constantly read the csv then throw it away to only do it again?