Skip to content

Instantly share code, notes, and snippets.

@cmac1000
Created March 4, 2013 11:51
Show Gist options
  • Save cmac1000/5081782 to your computer and use it in GitHub Desktop.
Save cmac1000/5081782 to your computer and use it in GitHub Desktop.
for city in db.cities.find():
if "Metropolitan Division" in city['censusName']:
db.cities.remove(city)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment