eternaut commited on
Commit
3e731fd
·
verified ·
1 Parent(s): 72d7382

Upload 01_TagesMuetter_RobertaBovoEdition.py

Browse files
src/01_TagesMuetter_RobertaBovoEdition.py CHANGED
@@ -101,7 +101,7 @@ class trovaErrori:
101
  self.df = df
102
  self.dffinal = pd.DataFrame
103
  self.df_bambini_che_impediscono_controllo_superamento_ore = pd.DataFrame
104
-
105
 
106
  # let the show start
107
  self.check_data()
@@ -445,7 +445,7 @@ class trovaErrori:
445
  "Ore tariffa maggiorata",
446
  "Entrate maggiorazione",
447
  ]
448
- dfx = dfx.drop(columns=columns_to_drop, axis=1)
449
  dfx = dfx.rename(
450
  columns={
451
  "Numero utenti": "Numero utenti allegato 666",
 
101
  self.df = df
102
  self.dffinal = pd.DataFrame
103
  self.df_bambini_che_impediscono_controllo_superamento_ore = pd.DataFrame
104
+ self.df_calcolo_666 = pd.DataFrame()
105
 
106
  # let the show start
107
  self.check_data()
 
445
  "Ore tariffa maggiorata",
446
  "Entrate maggiorazione",
447
  ]
448
+ dfx = dfx.drop(columns=columns_to_drop)
449
  dfx = dfx.rename(
450
  columns={
451
  "Numero utenti": "Numero utenti allegato 666",