urbanogilson / SICAR

This tool is designed for students, researchers, data scientists or anyone who would like to have access to SICAR files
https://urbanogilson.github.io/posts/sicar/
MIT License
76 stars 35 forks source link

Accepts state code with upper and lower case #4

Closed urbanogilson closed 3 years ago

urbanogilson commented 3 years ago

The state parameter should be able to receive a valid state code, not just uppercase.

Example:

Any option below must be valid:

car.get_cities_codes(state='RR') # Current
car.get_cities_codes(state='rr')
car.get_cities_codes(state='Rr')
car.get_cities_codes(state='rR')
github-actions[bot] commented 3 years ago

Welcome! Your issue will be analyzed as soon as possible. Hopefully, we can find a solution to the problem together, please try to provide as much information as possible to help us identify and fix the bug or improve the repository.