petewarden / dstk

A collection of the best open data sets and open-source tools for data science
http://www.datasciencetoolkit.org/
1.12k stars 186 forks source link

database contains UK postcodes uppercase #62

Open mtmail opened 8 years ago

mtmail commented 8 years ago

The postcode regular expression finds lower- and uppercase postcodes in a user's query and places that in a variable. Later the SQL query uses the variable. In the database table the postcodes are stored uppercase only though.