Exemplo n.º 1
0
def monthWise(events_dataframe):
    #Function for choice 3
    #Month wise analysis of the data
    obj1 = Analysis(events_dataframe)
    obj1.Month()