starting RegionCountsByClickedBatchcodeProviderTest

This commit is contained in:
frankknoll
2023-10-03 21:49:37 +02:00
parent 59fe764ef5
commit bc3c3a11a7
3 changed files with 54 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ class CountryCountsByClickedBatchcodeProvider:
},
index_columns = ['COUNTRY'])
# FK-TODO: move this method to a new class named GoogleAnalytics.GoogleAnalyticsReader
@staticmethod
def _read_csv(file, columns, index_columns):
dataframe = pd.read_csv(file, index_col = 0, skiprows = [0, 1, 2, 3, 4, 5, 7])