ralate2 commited on
Commit
baef08e
·
verified ·
1 Parent(s): a1d9286

Update app (2).py

Browse files
Files changed (1) hide show
  1. app (2).py +1 -1
app (2).py CHANGED
@@ -29,7 +29,7 @@ st.write("This dashboard analyzes nuisance complaints data from the City of Urba
29
  def load_and_clean_data():
30
  try:
31
  # Load data
32
- data = pd.read_csv('Nuisance_Complaints_20241204.csv')
33
 
34
  # Drop rows with missing 'File Number'
35
  data = data.dropna(subset=['File Number'])
 
29
  def load_and_clean_data():
30
  try:
31
  # Load data
32
+ data = pd.read_csv('Nuisance_Complaints_20241130.csv')
33
 
34
  # Drop rows with missing 'File Number'
35
  data = data.dropna(subset=['File Number'])