Skip to content

Commit

Permalink
bygg address data processing function name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rifatrakib committed Oct 9, 2022
1 parent 6c21d4c commit db8d100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def process_bygg_data(segment_number):
return df.to_dict(orient='records')


def process_eiendom_adr_data(segment_number):
def process_bygg_adresse_data(segment_number):
start = (segment_number - 1) * 10000
end = segment_number * 10000
directory = f'raw-data/csv/bygg_adresse/bygg_adresse-{start}-{end}.csv'
Expand Down

0 comments on commit db8d100

Please sign in to comment.