Skip to content

Instantly share code, notes, and snippets.

@pvarsh
Created February 20, 2015 19:12
Show Gist options
  • Save pvarsh/b619e4fddd91bf8d31f6 to your computer and use it in GitHub Desktop.
Save pvarsh/b619e4fddd91bf8d31f6 to your computer and use it in GitHub Desktop.
Empty row types: Peter
## Illinois: skip header rows
## Maine: skipped rows containing only '' or None
## Utah: skip empty rows, skip rows containing certain data in certain column. Specifically the footer row started with the date in first column, so it was filtered out by parsing first column as a date.
## Washington: removed rows that were identically '' from end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment