"print(\"The amplitude between seasonal CO2 concentration oscillations is growing at a pace of {0:.3f} ppm of CO2 per year,\".format(365*amp_fit[0]))\n",
"print(\"with a seasonal variation (peak to peak) of around {0:.3f} ppm in {1} to {2:.3f} ppm in {3} \".format(amp_poly.iloc[0],data[\"date\"][0],amp_poly.iloc[-1],data[\"date\"].iloc[-1]))"