GEP475GROUPINEEDANAP
Kernel: Python 3 (Anaconda)
The final results
In [38]:
Here I'm reading in the 2016-2017 Combined Netatmo Data
In [39]:
Graph of CO2 concentrations of the year
In [40]:
Out[40]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f94c35a03c8>
In [41]:
Creating CO2 slope of ppm / minute
In [42]:
In [43]:
In [44]:
In [45]:
In [46]:
Out[46]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f94c2edca58>
using Equation:
In [47]:
In [48]:
In [49]:
Out[49]:
In [50]:
In [51]:
Out[51]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f94c2ec7fd0>
In [52]:
Out[52]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f94c352d6d8>
Isolating Negative Slopes
In [53]:
In [54]:
In [55]:
Out[55]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f94c39a8630>
In [56]:
Out[56]:
count 4.737700e+04
mean -inf
std NaN
min -inf
25% -1.245570e+03
50% -4.555556e+02
75% -1.763441e+02
max -4.313519e+00
Name: infiltration, dtype: float64
In [0]: