Posts by gabriela • 11 points
2 posts
- 
		-2 votes1 answer204 viewsQ: Function for monthly media calculationI want to calculate the temperature average of each month of the year using a function. It’s not working. Follow the code I tried import pandas as pd tabela =… 
- 
		1 votes2 answers141 viewsQ: Addition of columns in csv file - PythonI’m not able to create a csv file with a new column (month). When I try to create the whole column is only with the month of December(12) but the month column should correspond to the whole number…