removing GoogleAnalytics

This commit is contained in:
frankknoll
2023-05-29 23:08:17 +02:00
parent 44d72d887b
commit 39513afb95
4 changed files with 1 additions and 58 deletions

View File

@@ -10,6 +10,6 @@ class CountriesMerger:
mergedSeries = (pd
.merge(dst, src, how = 'left', left_index = True, right_index = True)
.apply(merge, axis='columns'))
.apply(merge, axis = 'columns'))
mergedSeries.name = dst.name
return mergedSeries