Skip to content

Commit

Permalink
Update user_utils.py
Browse files Browse the repository at this point in the history
website_df not raw_df
  • Loading branch information
danielvandersand authored Nov 8, 2023
1 parent fdd7c1f commit 9ce547a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion press_dash_lib/user_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def load_data(config):
# # Combine the data
# raw_df = website_df.join(press_df)

return raw_df, config
return website_df, config


def clean_data(raw_df, config):
Expand Down

0 comments on commit 9ce547a

Please sign in to comment.