Update src/aki_prj23_transparenzregister/utils/data_extraction/bundesanzeiger.py

Co-authored-by: Philipp Horstenkamp <philipp@horstenkamp.de>
This commit is contained in:
Tristan Nolde
2023-10-20 17:33:08 +02:00
committed by TrisNol
parent fe7690620a
commit c19697c7f8

View File

@ -56,7 +56,6 @@ class Bundesanzeiger:
) )
# Remove irrelevant columns # Remove irrelevant columns
# return df_data.drop(["raw_report"], axis=1)
return df_data return df_data
@staticmethod @staticmethod