|
|
@ -79,6 +79,10 @@ class apps(analytics) :
|
|
|
|
def __init__(self,**args):
|
|
|
|
def __init__(self,**args):
|
|
|
|
analytics.__init__(self,**args)
|
|
|
|
analytics.__init__(self,**args)
|
|
|
|
logs = self.get('logs')
|
|
|
|
logs = self.get('logs')
|
|
|
|
|
|
|
|
# for node in logs :
|
|
|
|
|
|
|
|
# data = logs[node]
|
|
|
|
|
|
|
|
# df = pd.DataFrame(data)
|
|
|
|
|
|
|
|
# df.groupby(['name'],as_index=False).count()
|
|
|
|
def init(self):
|
|
|
|
def init(self):
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
This function will handle initialization of critical variables
|
|
|
|
This function will handle initialization of critical variables
|
|
|
|