Closed KaylaCrush closed 1 year ago
Good bit of error checking I should be doing after I split at newlines and before I divide chunks is, is len(list) % len(columns) == 0?? That is, is this list actually able to be evenly divided into all the columns? Because if NOT, something has gone wrong.
Good bit of error checking I should be doing after I split at newlines and before I divide chunks is, is len(list) % len(columns) == 0?? That is, is this list actually able to be evenly divided into all the columns? Because if NOT, something has gone wrong.
I did this, moved the separate_date function to happen only after this check is failed. Still working on newlines >.<
done in beautiful soup refactor
FUCKING newlines man I tell you. bane of my existence. Some of these tables have newlines in the middle of the bill title or activity column, and I'm just gonna have to figure out how to handle it! ha ha ha fml
arcane regex query I was working on: