Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3 CSV files have formating issues #437

Open
frankrojas6591 opened this issue Oct 5, 2022 · 0 comments
Open

3 CSV files have formating issues #437

frankrojas6591 opened this issue Oct 5, 2022 · 0 comments

Comments

@frankrojas6591
Copy link

I found 3 csv files were "inconsistent". I wrote a notebook to go thru ALL csv files to check if they are all normalized (via panda read_csv). [OpenElectionsData-Tx-NormalizeCSV.ipynb]. Below are the 3 files that had issues... and wrote code to adjust columns and methods of reading them.

/2020/20201103__tx__general__precinct.csv: 'Bad Office' (columns needed to be shifted)
/2018/20181106__tx__general__precinct.csv: 'Bad Office' (columns needed to be shifted)
/2020/20200303__tx__primary__precinct.csv: 'Bad Index'. (varying number of cols per row)

I was able to do work arounds and get all files...

I've built 2 py classes as a subdir /pyOE/*
class OE_CSV(OpenElections)
class OpenElections(object)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant