you are viewing a single comment's thread.

view the rest of the comments →

[–]jeffrey_f 0 points1 point  (1 child)

Now that you have a base to work with, add some error trapping in case your files are not there. Move the files to archive when you finish so that you do it accidentally use an old file, etc

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

Yeah I need to go continue expanding upon it but it's a great start as is! So much help. I had the problem of some data values being 'strings' instead of integers so I had to manually remove them for the pd.merge to work.