Midas Project
Federal colleges expenses (RN, BR)
@kaggle.mazuh69_midas_project
Federal colleges expenses (RN, BR)
@kaggle.mazuh69_midas_project
Scraped data from our local federal colleges, UFRN and IFRN, mostly about their expenses. Soon, there will be data about any other federal college.
This project (without the datasets, only scripts) is available on GitHub: https://github.com/mazuh/midas
At first, there will be only data about all IFRN's workers, their contractual profile and positions. Soon, there will be data about their salary and remunerations.
Here in Brazil, since 2011 the law 12.527/2011 specifies the constitutional right of every citizen to know better the public expenses. Therefore, this project is entirely legal and isn't "leaking" anything.
My first question about this dataset is to check remuneration profiles of our teachers. They often complain about their salary and college budget.
CREATE TABLE n_1709_ifrn_employees_details (
"index" BIGINT,
"name" VARCHAR,
"cpf" VARCHAR,
"campus" VARCHAR,
"class" VARCHAR,
"situationbond" VARCHAR,
"organizationalunit" VARCHAR,
"campus_1" VARCHAR,
"hastrustposition" BOOLEAN,
"employeesince" VARCHAR,
"urlremunerationsufix" VARCHAR
);
Anyone who has the link will be able to view this.