Skip to content

Instantly share code, notes, and snippets.

View duartejr's full-sized avatar
:octocat:
Programing the world

Duarte Junior duartejr

:octocat:
Programing the world
View GitHub Profile
import imageio
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
from matplotlib.offsetbox import OffsetImage, AnnotationBbox
# Leitura de dados
SELECT sigla_uf as UF, V2007 AS Genero, V2009 AS Idade, V2010 AS Cor, VD3005 AS Anos_de_Estudo,
VD4020 as Renda
FROM `basedosdados.br_ibge_pnadc.microdados`
WHERE ano = 2021 and V2009 >= 18 and VD4020 >= 0
@duartejr
duartejr / maquina_refris_blue.ipynb
Created March 24, 2022 10:49
maquina_refris_blue.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.