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

Scheduled Action Failure - Ingest - 📁 Open Data Routine Updates #1388

Open
github-actions bot opened this issue Jan 12, 2025 · 1 comment
Open

Scheduled Action Failure - Ingest - 📁 Open Data Routine Updates #1388

github-actions bot opened this issue Jan 12, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 12, 2025

Failed action

@github-actions github-actions bot added the bug Something isn't working label Jan 12, 2025
@fvankrieken
Copy link
Contributor

This is a funny one. A bunch of datasets seem to have reordered rows, which since we compare with pandas.DataFrame.equals are not considered equal (as opposed to say SELECT * ... EXCEPT in sql, which has its own limitations but would be okay with a different order).

I think short term, it might be useful to add some sort of logging to test/display whether dataframes are equal other than order, but keep throwing errors in these cases. Order in the exported data seems to mirror order in the data explorer in socrata, though that doesn't mean that they guarantee order. I think we monitor and address issue in future if this seems like an actual limitation of the api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: New
Development

No branches or pull requests

1 participant