
    -e
                        U d Z ddlmZ ddlZ ej        e          ZddlZddlm	Z	 ddl
mZmZ e	rddlmZ dZeZd	ed
<   eZd	ed<   ddZ e            ZdS )a   Per-county unemployment data for Unites States in 2009.

License: `Public Domain`_

Sourced from: https://www.bls.gov

This module contains one dict: ``data``.

The dict is indexed by the two-tuples containing ``(state_id, county_id)`` and
has the unemployment rate (2009) as the value.

.. code-block:: ipython

    {
        (1, 1): 9.7,
        (1, 3): 9.1,
        ...
    }

.. bokeh-sampledata-xref:: unemployment
    )annotationsN)TYPE_CHECKING   )external_pathopen_csv)	TypeAlias)datar   StateCountyreturn!dict[tuple[State, County], float]c                     i } t          t          d                    5 }t          j        |dd          }|D ]<}|\	  }}}}}}}}}t	          |          | t          |          t          |          f<   =	 ddd           n# 1 swxY w Y   | S )z

    zunemployment09.csv,")	delimiter	quotecharN)r   r   csvreaderfloatint)r	   fr   row_state_id	county_idrates           =lib/python3.11/site-packages/bokeh/sampledata/unemployment.py
_read_datar   I   s     /1D	- 455	6	6 @!A<<< 	@ 	@C:=7AxAq!Q449$KKD#h--Y011	@@ @ @ @ @ @ @ @ @ @ @ @ @ @ @
 Ks   ABB
B)r   r   )__doc__
__future__r   logging	getLogger__name__logr   typingr   util.sampledatar   r   typing_extensionsr   __all__r   r
   __annotations__r   r   r	        r   <module>r,      s     0 # " " " " " g!! 


             6 5 5 5 5 5 5 5 ,++++++          
 
 
 
  z||r+   