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

Fix pandas data type interpretation #78

Open
alexkcode opened this issue Mar 6, 2024 · 0 comments
Open

Fix pandas data type interpretation #78

alexkcode opened this issue Mar 6, 2024 · 0 comments

Comments

@alexkcode
Copy link
Collaborator

For certain fields the data type is being interpreted as something undesirable before being converted, changing the data institutionally. For example, this happens with 'Latitude', 'Longitude', which gets truncated as a float type before it gets converted to a string type. This could be happening with other columns as well, but only those two columns are confirmed. We should give the pandas read_csv method fixed data types (at least for the columns we care about and have fixed type information for) to read the data.

@alexkcode alexkcode changed the title Fix initial pandas data type interpretation Fix pandas data type interpretation Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant