Skip to content

Commit

Permalink
change saving location
Browse files Browse the repository at this point in the history
  • Loading branch information
eslamdyab21 committed Dec 30, 2024
1 parent 8b5ce29 commit dcb27b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resample_weather_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


def save_file(df, date):
base_dir = 'lakehouse/weather_history_splitted_resampled/'
base_dir = 'lakehouse/spark/weather_history_splitted_resampled/'

if not os.path.exists(base_dir):
os.makedirs(base_dir)
Expand Down

0 comments on commit dcb27b1

Please sign in to comment.