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

Replace .csv in ckan api #220

Open
4 tasks
KarenJewell opened this issue Feb 18, 2023 · 0 comments
Open
4 tasks

Replace .csv in ckan api #220

KarenJewell opened this issue Feb 18, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@KarenJewell
Copy link
Member

KarenJewell commented Feb 18, 2023

Is your feature request related to a problem? Please describe.
Currently, the ckan api script (ckan.py) outputs to a .csv which is then ingested into merge_data.py. This should be converted to a .json output to keep consistent with the rest of the project.

Describe the solution you'd like

  • Change the output of ckan.py to be a .json file
  • Update merge_data.py to ingest the new .json file
  • format code with Black before PR
  • update docs (architecture.md and datapipeline.png)

Describe alternatives you've considered
None

Additional context
Original ticket triggering this change is #163

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants