Eduardo Cuducos
Eduardo Cuducos
We need [this database](http://dados.gov.br/dataset/filiados-partidos-politicos) and #16 — does that make sense?
**What is the problem?** _Maybe_ we can get better accuracy in the meal outlier classifier (as far as I can remember, the only one in which the value of the...
**What is the purpose of this Pull Request?** I extract `jarbas.public_admin` as a _pip installable_ so we can use it in other civic tech projects (e.g., https://github.com/DadosAbertosDeFeira/maria-quiteria/issues/65), this this code...
**What is the problem?** Following CEAP rules (Ato de Mesa 43/2009, Art. 4º, § 3º), it is not allowed for congresspeople to _generalize_ description of items in the official receipt....
**What is the problem?** The problem _was_ that digitized receipts were not machine-readable and we could not afford to properly run OCR in all images we had ([although we've tried](https://github.com/okfn-brasil/serenata-de-amor/issues?utf8=%E2%9C%93&q=is%3Aissue+ocr))....
Currently the code that generates a dataset with the text from CEAP receipts is in [this notebook](https://github.com/datasciencebr/serenata-de-amor/blob/0d0d4dbae2e52d2df8450a9c0a24328f0406dee5/develop/2016-12-30-fgrehm-ocr-receipts-with-google-cloud-vision.ipynb). As it uses shell scripts here and there it would be great to...
Collect data about electoral campaign donors in order to allow analysis [like that (pt-br)](https://leosalesblog.wordpress.com/2017/08/12/como-a-camara-contribui-indiretamente-com-as-campanhas-dos-deputados-apenas-uma-especulacao-utilizando-grafos/) — politicians spend money in some companies that are campaign donors.
Following the lead of a [Brazilian podcast](http://anticast.com.br/2017/05/anticast/anticast-286-quem-encomendou-a-reforma-trabalhista/) it looks like there are some lobbyists *directly* writing laws in Brazil: there are traces in documents metadata that sustains that the Chamber...
This could be useful when implementing another db (e.g. SQLAlchemy)
As described in #198: * the attempt detect the type of `'1.0'` (a string) would (correctly) suggest `FloatField` * but the attempt do detect the type of `1.0` (a float)...