datadesk / python-elections

A Python wrapper for the Associated Press' U.S. election data service.
python-elections.rtfd.org
176 stars 49 forks source link

Why don't states have FIPS codes? #76

Closed eads closed 11 years ago

eads commented 11 years ago

I'm inspecting state-by-state results using the ever-so-awesome get_presidential_summary method. However, introspecting states' FIPS codes yields '00000' in all cases. That doesn't seem right...

schwanksta commented 11 years ago

AP keys the state FIPS as 00000, if I recall. That's the basis of the is_state property (if fips == '00000')

-Ken Schwencke

On Wed, Oct 10, 2012 at 3:25 PM, David Eads notifications@github.comwrote:

I'm inspecting state-by-state results using the ever-so-awesome get_presidential_summary method. However, introspecting states' FIPS codes yields '00000' in all cases. That doesn't seem right...

— Reply to this email directly or view it on GitHubhttps://github.com/datadesk/python-elections/issues/76.

palewire commented 11 years ago

latimes-statestyle could potentially fix this, though it would be another dependency

schwanksta commented 11 years ago

Yup.

-Ken Schwencke

On Wed, Oct 10, 2012 at 3:36 PM, Ben Welsh notifications@github.com wrote:

latimes-statestyle could potentially fix this, though it would be another dependency

— Reply to this email directly or view it on GitHubhttps://github.com/datadesk/python-elections/issues/76#issuecomment-9322299.

eads commented 11 years ago

That explains it. Move along, nothing to see here.... On Oct 10, 2012 5:35 PM, "Ken Schwencke" notifications@github.com wrote:

AP keys the state FIPS as 00000, if I recall. That's the basis of the is_state property (if fips == '00000')

-Ken Schwencke

On Wed, Oct 10, 2012 at 3:25 PM, David Eads notifications@github.comwrote:

I'm inspecting state-by-state results using the ever-so-awesome get_presidential_summary method. However, introspecting states' FIPS codes yields '00000' in all cases. That doesn't seem right...

— Reply to this email directly or view it on GitHub< https://github.com/datadesk/python-elections/issues/76>.

— Reply to this email directly or view it on GitHubhttps://github.com/datadesk/python-elections/issues/76#issuecomment-9322280.

schwanksta commented 11 years ago

wontfix

(always wanted to say that)