This code:
-
corrects .csv files to right number of columns ex) column with 2 data sets per cell
A1 = [0,1] (wrong)to 2 columns with 1 data set per cell
A1 = [0] B1 = [1] (correct) -
Option to save using CSV module or Pandas
Comment and uncomment lines of code as necessary
"This code is very elementary and will need modifications if your csv is setup differently than what I had when I made this. In any case I've been using it as a template and coming back to it when I need it" -BC 08/14/2025