shawhin commited on
Commit
12af8d1
·
verified ·
1 Parent(s): f0f2eaa

Update src/2-create_dashboard.py

Browse files
Files changed (1) hide show
  1. src/2-create_dashboard.py +1 -1
src/2-create_dashboard.py CHANGED
@@ -5,7 +5,7 @@ import plotly.graph_objects as go
5
  import plotly.express as px
6
 
7
  # Load data
8
- df = pd.read_csv("upwork-cleaned.csv")
9
 
10
  # Clean up numeric columns (in case there are empty strings)
11
  for col in ['hourly_rate_min', 'hourly_rate_max', 'fixed_price', 'estimated_total_pay']:
 
5
  import plotly.express as px
6
 
7
  # Load data
8
+ df = pd.read_csv("src/upwork-cleaned.csv")
9
 
10
  # Clean up numeric columns (in case there are empty strings)
11
  for col in ['hourly_rate_min', 'hourly_rate_max', 'fixed_price', 'estimated_total_pay']: