-
Notifications
You must be signed in to change notification settings - Fork 661
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
Simple web service to return everything we know about a given reimbursement #34
Comments
I can code an API that serves these info as JSON (I'd do it in Django or Flask if there is no objection). What I need:
|
@cuducos, I would like to learn more about Python, if you've some time to pair, let me know 😁 |
If we're building an interface can we consider to have it together with the |
we will discuss about the contents of the site? |
Ok, after the discussion from the chat yesterday, I'm taking the following path:
|
Quick follow up:
I believe we can close this issue as soon as I add more searching features to the visual version — and any further improvements could be added as issues in Jarbas repo, ok? |
It's already enough for now, @cuducos. Mission accomplished. Let's move new features to its own issue tracker. 💯 |
…g-rosie Reestructuring rosie based on python packages
Specially for internal reports (e.g. something strange found during analyses, needing further investigation before public reports), a web service to return everything we know about a specific record from the Quota for Exercising Parliamentary Activity would come in handy.
By everything we know, I mean the following:
dataset.iloc[0]
withdataset
beingpd.read_csv('data/2016-08-08-current-year.xz')
.This short notebook could be replaced by a URL to this web service, with
5621548
(document_id) or20574089000107
(cnpj_cpf) as parameter.The text was updated successfully, but these errors were encountered: