Skip to content

Conversation

lindadelacombaz
Copy link
Contributor

No description provided.

LOGGER.info("## Saving cross-year clean crosswalk ----")
outdf.to_csv("data/intermediate/uds_clean_xwalk/uds_clean_xwalk.csv", index=False, sep=";")
outdf.to_parquet("data/intermediate/uds_clean_xwalk/uds_clean_xwalk.parquet")

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just wondering if we need to reset_index before calling to_parquet.
Additionally, I got the idea of renaming state to zip_state to reflect that the column specifically maps the zipcode state and not the zcta state as we discovered yesterday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Archive

Development

Successfully merging this pull request may close these issues.

2 participants