martijnvermaat / calmap

Calendar heatmaps from Pandas time series data -- See https://github.com/MarvinT/calmap/ for the maintained version
https://pythonhosted.org/calmap
MIT License
211 stars 61 forks source link

Fix the pandas warning (#10) #16

Closed ma-schmidt closed 7 years ago

ma-schmidt commented 7 years ago

Conditioning on pandas' version and using the agg method solves this.

martijnvermaat commented 7 years ago

Thanks!