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

check data type with pandera #6

Open
bricegnichols opened this issue Mar 22, 2022 · 1 comment
Open

check data type with pandera #6

bricegnichols opened this issue Mar 22, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@bricegnichols
Copy link
Contributor

seed_controls file might have some floats that are causing an issue in populationsim

To avoid these issues we can implement a schema that checks data types, e.g. https://github.com/psrc/transit_service_analyst/blob/main/transit_service_analyst/gtfs_schema.py

@bricegnichols bricegnichols self-assigned this Mar 22, 2022
@bricegnichols
Copy link
Contributor Author

bricegnichols commented Mar 22, 2022

also check that required columns exist; some older parcel data are missing sf and mf unit info

@bricegnichols bricegnichols added the enhancement New feature or request label Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant