MPAS-JEDI
|
Public Member Functions | |
def | __init__ (self, df) |
def | fromLoc (cls, other, locDict, var=None) |
def | fromAggStats (cls, other, aggovers) |
def | append (self, otherDF=None) |
def | locTuple (self, locDict={}) |
def | locdf (self, Loc, var=None) |
def | levels (self, index, locDict={}) |
def | loc (self, locDict, var=None) |
def | var (self, var) |
def | uniquevals (self, var, locDict={}) |
def | min (self, locDict, var=None) |
def | max (self, locDict, var) |
def | aggStats (self, aggovers) |
def | __init__ (self, df) |
def | fromLoc (cls, other, locDict, var=None) |
def | fromAggStats (cls, other, aggovers) |
def | append (self, otherDF=None) |
def | locTuple (self, locDict={}) |
def | locdf (self, Loc, var=None) |
def | levels (self, index, locDict={}) |
def | loc (self, locDict, var=None) |
def | var (self, var) |
def | uniquevals (self, var, locDict={}) |
def | min (self, locDict, var=None) |
def | max (self, locDict, var) |
def | aggStats (self, aggovers) |
Public Attributes | |
df | |
indexNames | |
Definition at line 371 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.__init__ | ( | self, | |
df | |||
) |
def StatisticsDatabase.DFWrapper.__init__ | ( | self, | |
df | |||
) |
def StatisticsDatabase.DFWrapper.aggStats | ( | self, | |
aggovers | |||
) |
def StatisticsDatabase.DFWrapper.aggStats | ( | self, | |
aggovers | |||
) |
def StatisticsDatabase.DFWrapper.append | ( | self, | |
otherDF = None |
|||
) |
def StatisticsDatabase.DFWrapper.append | ( | self, | |
otherDF = None |
|||
) |
def StatisticsDatabase.DFWrapper.fromAggStats | ( | cls, | |
other, | |||
aggovers | |||
) |
def StatisticsDatabase.DFWrapper.fromAggStats | ( | cls, | |
other, | |||
aggovers | |||
) |
def StatisticsDatabase.DFWrapper.fromLoc | ( | cls, | |
other, | |||
locDict, | |||
var = None |
|||
) |
def StatisticsDatabase.DFWrapper.fromLoc | ( | cls, | |
other, | |||
locDict, | |||
var = None |
|||
) |
def StatisticsDatabase.DFWrapper.levels | ( | self, | |
index, | |||
locDict = {} |
|||
) |
Definition at line 435 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.levels | ( | self, | |
index, | |||
locDict = {} |
|||
) |
def StatisticsDatabase.DFWrapper.loc | ( | self, | |
locDict, | |||
var = None |
|||
) |
Definition at line 439 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.loc | ( | self, | |
locDict, | |||
var = None |
|||
) |
Definition at line 439 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.locdf | ( | self, | |
Loc, | |||
var = None |
|||
) |
def StatisticsDatabase.DFWrapper.locdf | ( | self, | |
Loc, | |||
var = None |
|||
) |
Definition at line 429 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.locTuple | ( | self, | |
locDict = {} |
|||
) |
def StatisticsDatabase.DFWrapper.locTuple | ( | self, | |
locDict = {} |
|||
) |
Definition at line 408 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.max | ( | self, | |
locDict, | |||
var | |||
) |
Definition at line 451 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.max | ( | self, | |
locDict, | |||
var | |||
) |
def StatisticsDatabase.DFWrapper.min | ( | self, | |
locDict, | |||
var = None |
|||
) |
Definition at line 448 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.min | ( | self, | |
locDict, | |||
var = None |
|||
) |
def StatisticsDatabase.DFWrapper.uniquevals | ( | self, | |
var, | |||
locDict = {} |
|||
) |
Definition at line 445 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.uniquevals | ( | self, | |
var, | |||
locDict = {} |
|||
) |
def StatisticsDatabase.DFWrapper.var | ( | self, | |
var | |||
) |
Definition at line 442 of file StatisticsDatabase.py.
def StatisticsDatabase.DFWrapper.var | ( | self, | |
var | |||
) |
StatisticsDatabase.DFWrapper.df |
Definition at line 373 of file StatisticsDatabase.py.
StatisticsDatabase.DFWrapper.indexNames |
Definition at line 374 of file StatisticsDatabase.py.