zooniverse / classroom-maps-api

Mapping API for the https://classroom.zooniverse.org service. Built using https://datasette.io/ to provide a JSON API over SQLite databases with custom project CSV data.
MIT License
2 stars 0 forks source link

refactor: Replace csvs-to-sqlite with sqlite-utils #18

Open eatyourgreens opened 8 months ago

eatyourgreens commented 8 months ago

csvs-to-sqlite hasn't been updated since 2021, and isn't compatible with the latest version of pandas. This PR replaces it with sqlite-utils, which is actively maintained.

See https://github.com/zooniverse/subject-set-search-api/pull/62.