Posts by Isaque Elcio • 121 points
1 post
-
2
votes2
answers422
viewsA: Finding students without a class - Python / Excel
Import the spreadsheet # -*- coding: utf-8 -*- #importar biblioteca import pandas as pd #importar arquivo excel dados = pd.read_excel('dados.xlsx', sheet_name='Planilha1') #filtro df1 =…