Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Corrects a simple .csv file that needs tweaking to be loaded into a data frame for analyzation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages