GEP475GROUPINEEDANAP
Kernel: Python 3 (Anaconda)
In [1]:
In [2]:
In [3]:
Out[3]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f4384188e80>
In [4]:
In [5]:
In [6]:
Out[6]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f438341b8d0>
In [7]:
Out[7]:
count 1.009790e+05
mean NaN
std NaN
min -inf
25% -1.200000e+00
50% 0.000000e+00
75% 1.000000e+00
max inf
dtype: float64
In [8]:
Out[8]:
Time
2016-02-19 13:26:00 NaN
2016-02-19 13:27:00 NaN
2016-02-19 13:27:00 NaN
2016-02-19 13:31:00 NaN
2016-02-19 13:36:00 -1.0
dtype: float64
In [9]:
In [10]:
Out[10]:
<matplotlib.axes._subplots.AxesSubplot at 0x7f4383715d30>
In [11]:
Out[11]:
Time
2016-02-19 13:26:00 NaN
2016-02-19 13:27:00 NaN
2016-02-19 13:27:00 NaN
2016-02-19 13:31:00 NaN
2016-02-19 13:36:00 -332.0
dtype: float64
made Infiltration csv (perhaps for detailed reference later)
In [12]:
In [13]:
Out[13]:
In [14]:
Out[14]:
In [15]:
Out[15]:
In [16]:
In [17]:
Out[17]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f4382e699e8>]], dtype=object)
In [18]:
Out[18]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f4382df5160>]], dtype=object)
In [19]:
Out[19]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f437f04c358>]], dtype=object)
Question for Soto: how to make bins small enough to fit each value, or at least equal to the average difference
In [20]:
Out[20]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f43834fc828>]], dtype=object)
In [21]:
Out[21]:
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f437de3b2b0>]], dtype=object)
This needs some work
In [22]:
Out[22]:
/ext/anaconda3/lib/python3.5/site-packages/matplotlib/axes/_axes.py:6277: RuntimeWarning: invalid value encountered in add
patch = _barfunc(bins[:-1]+boffset, height, width,
/ext/anaconda3/lib/python3.5/site-packages/matplotlib/axes/_axes.py:2105: RuntimeWarning: invalid value encountered in double_scalars
left = [left[i] - width[i] / 2. for i in xrange(len(left))]
array([[<matplotlib.axes._subplots.AxesSubplot object at 0x7f437d8a0b70>]], dtype=object)
In [23]:
Out[23]:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-23-a2f1855ae631> in <module>()
----> 1 In.kdeplot()
/ext/anaconda3/lib/python3.5/site-packages/pandas/core/generic.py in __getattr__(self, name)
3079 if name in self._info_axis:
3080 return self[name]
-> 3081 return object.__getattribute__(self, name)
3082
3083 def __setattr__(self, name, value):
AttributeError: 'DataFrame' object has no attribute 'kdeplot'
In [0]:
In [0]:
In [0]: