Esempio n. 1
0
 def __init__(self, filename, tag, score, country):
     print("INSIDE FUZZZZZZZZY APIIIIIIIIIIII")
     self.filename = filename
     self.score = score
     self.tag = tag
     self.country = country
     self.df_cls = PandaDataFrame(filename, COLUMNS_FOR_CRM_RECORD,
                                  DESTINATION_FOLDER)
Esempio n. 2
0
 def __init__(self, filename, country, territory):
     print("INSIDE FUZZZZZZZZY")
     self.filename = filename
     self.country = country
     self.territory = territory
     self.ignore_words_cls = IgnoreWords()
     self.df_cls = PandaDataFrame(filename, COLUMNS, SOURCE_FOLDER)
     self.df_cls.add_columns()
     self.postgres_interface_cls = PostgresInterface()