Closed shansen5 closed 3 years ago
This is looking good. I gave it a test run. A few issues:
latest = air_data[(air_data["HPV_DAYZERO_DATE"] >= '2020')]
ids = latest.index.unique()
no longer works because latest's index is not the PGM_SYS_ID any more. Just need to specify PGM_SYS_ID as the column for the unique()
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in seven days if no further activity occurs. If it should not be closed, please comment! Thank you for your contributions.
This is ready in the postres_migrate branch. (Note that this is the branch with the missing 'g' from postgres. My typo.) This branch shouldn't be merged with main until we are ready to commit to using the PostgreSQL database.