Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 544 Bytes

CSVColumnAlignment

A simple Python program to align the columns for the CSV files with neglected commas at the end of the rows. This solves the error "pandas.errors.parsererror: error tokenizing data. c error".

About

This Python file uses Excel to open the CSV file with colunms not aligned, and save as a new file with correct number of commas in each row.

Requirement

Program

Python 3.x

Microsoft Excel

Package

win32com

Note

Please enter absolute file path.

Please follow the instruction of the file path format.