Resolve "Refactor get_data and get_average methods in DataContainer"
Summary of changes
- Added the features described in issue.
- Had to comment out a test that will work once occupations is removed from datacontainer.
Additional information
Pandas and numpy std is not identical it seems as
self._data[tag].std(), np.std(self._data[tag])
can be different, Im using numpy everywhere.
Closes #248 (closed)
Edited by William Armando Munoz