Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug from old pandas for int cols
Evidently old pandas versions throw an error if a column doesn't exist. This checks to see if the column exists before the values are set.
- Loading branch information