MPAS-JEDI
StatisticsDatabase.DFWrapper Class Reference

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
 

Detailed Description

Definition at line 371 of file StatisticsDatabase.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def StatisticsDatabase.DFWrapper.__init__ (   self,
  df 
)

Definition at line 372 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ __init__() [2/2]

def StatisticsDatabase.DFWrapper.__init__ (   self,
  df 
)

Definition at line 372 of file StatisticsDatabase.py.

Here is the call graph for this function:

Member Function Documentation

◆ aggStats() [1/2]

def StatisticsDatabase.DFWrapper.aggStats (   self,
  aggovers 
)

Definition at line 454 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ aggStats() [2/2]

def StatisticsDatabase.DFWrapper.aggStats (   self,
  aggovers 
)

Definition at line 454 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ append() [1/2]

def StatisticsDatabase.DFWrapper.append (   self,
  otherDF = None 
)

Definition at line 384 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ append() [2/2]

def StatisticsDatabase.DFWrapper.append (   self,
  otherDF = None 
)

Definition at line 384 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ fromAggStats() [1/2]

def StatisticsDatabase.DFWrapper.fromAggStats (   cls,
  other,
  aggovers 
)

Definition at line 381 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ fromAggStats() [2/2]

def StatisticsDatabase.DFWrapper.fromAggStats (   cls,
  other,
  aggovers 
)

Definition at line 381 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ fromLoc() [1/2]

def StatisticsDatabase.DFWrapper.fromLoc (   cls,
  other,
  locDict,
  var = None 
)

Definition at line 377 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ fromLoc() [2/2]

def StatisticsDatabase.DFWrapper.fromLoc (   cls,
  other,
  locDict,
  var = None 
)

Definition at line 377 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ levels() [1/2]

def StatisticsDatabase.DFWrapper.levels (   self,
  index,
  locDict = {} 
)

Definition at line 435 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ levels() [2/2]

def StatisticsDatabase.DFWrapper.levels (   self,
  index,
  locDict = {} 
)

Definition at line 435 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ loc() [1/2]

def StatisticsDatabase.DFWrapper.loc (   self,
  locDict,
  var = None 
)

Definition at line 439 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ loc() [2/2]

def StatisticsDatabase.DFWrapper.loc (   self,
  locDict,
  var = None 
)

Definition at line 439 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ locdf() [1/2]

def StatisticsDatabase.DFWrapper.locdf (   self,
  Loc,
  var = None 
)

Definition at line 429 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ locdf() [2/2]

def StatisticsDatabase.DFWrapper.locdf (   self,
  Loc,
  var = None 
)

Definition at line 429 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ locTuple() [1/2]

def StatisticsDatabase.DFWrapper.locTuple (   self,
  locDict = {} 
)

Definition at line 408 of file StatisticsDatabase.py.

Here is the caller graph for this function:

◆ locTuple() [2/2]

def StatisticsDatabase.DFWrapper.locTuple (   self,
  locDict = {} 
)

Definition at line 408 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ max() [1/2]

def StatisticsDatabase.DFWrapper.max (   self,
  locDict,
  var 
)

Definition at line 451 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ max() [2/2]

def StatisticsDatabase.DFWrapper.max (   self,
  locDict,
  var 
)

Definition at line 451 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ min() [1/2]

def StatisticsDatabase.DFWrapper.min (   self,
  locDict,
  var = None 
)

Definition at line 448 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ min() [2/2]

def StatisticsDatabase.DFWrapper.min (   self,
  locDict,
  var = None 
)

Definition at line 448 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ uniquevals() [1/2]

def StatisticsDatabase.DFWrapper.uniquevals (   self,
  var,
  locDict = {} 
)

Definition at line 445 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ uniquevals() [2/2]

def StatisticsDatabase.DFWrapper.uniquevals (   self,
  var,
  locDict = {} 
)

Definition at line 445 of file StatisticsDatabase.py.

Here is the call graph for this function:

◆ var() [1/2]

def StatisticsDatabase.DFWrapper.var (   self,
  var 
)

Definition at line 442 of file StatisticsDatabase.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ var() [2/2]

def StatisticsDatabase.DFWrapper.var (   self,
  var 
)

Definition at line 442 of file StatisticsDatabase.py.

Here is the call graph for this function:

Member Data Documentation

◆ df

StatisticsDatabase.DFWrapper.df

Definition at line 373 of file StatisticsDatabase.py.

◆ indexNames

StatisticsDatabase.DFWrapper.indexNames

Definition at line 374 of file StatisticsDatabase.py.


The documentation for this class was generated from the following file: