У меня есть этот CSV-файл с https://www.data.gov.au/dataset/airport ... ee3bf9d7f2
Я пытаюсь агрегировать с
Код: Выделить всё
airportdata = Airports.groupby(['Year_Ended_December'])('Dom_Pax_in','Dom_Pax_Out')
airportdata.sum()
Код: Выделить всё
'DataFrameGroupBy'and it wont print the data I want
How to fix the issue?
Источник: https://stackoverflow.com/questions/523 ... in-jupyter