Skip to content

Commit

Permalink
Remove the pdb.set_trace() left by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovalle committed Sep 11, 2024
1 parent c547e84 commit 4fc56ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clean/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def write_mun_db(conn, CSV_MUNICIPIOS):
print("Writing municipio data to db")
for i in crime_municipios.years:
print("Writing year: " + i)
import pdb; pdb.set_trace()
pd_sql.to_sql(crime_municipios.get_filtered_data(i, os.path.join('snsp-data', CSV_MUNICIPIOS)), 'municipios_fuero_comun', conn, if_exists='append', index=False, chunksize=1000000)
print("End writing municipio data to db")

Expand Down

0 comments on commit 4fc56ef

Please sign in to comment.