ó
mÜJ]c           @` so   d  Z  d d l m Z m Z m Z m Z d d l Z e j e ƒ Z	 d d l
 m Z d Z d „  Z e ƒ  Z d S(	   uì    Provide U.S. marriage and divorce statistics between 1867 and 2014

Data from the CDC's National Center for Health Statistics (NHCS) database
(http://www.cdc.gov/nchs/).

Data organized by Randal S. Olson (http://www.randalolson.com)

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsNi   (   t   package_csvu   datac          C` s1   t  d d ƒ }  |  j d d d d ƒ j ƒ  j ƒ  S(   u   

    u   us_marriages_divorcesu   us_marriages_divorces.csvt   methodu   lineart   axisi    (   R   t   interpolatet   ffillt   bfill(   t   data(    (    sE   lib/python2.7/site-packages/bokeh/sampledata/us_marriages_divorces.pyt
   _read_data7   s    (   u   data(   t   __doc__t
   __future__R    R   R   R   t   loggingt	   getLoggert   __name__t   logt   util.sampledataR   t   __all__R   R
   (    (    (    sE   lib/python2.7/site-packages/bokeh/sampledata/us_marriages_divorces.pyt   <module>   s   "	