This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import imageio | |
| import numpy as np | |
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| from matplotlib.offsetbox import OffsetImage, AnnotationBbox | |
| # Leitura de dados | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.