ó
mÜJ]c           @` sl   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 e d d ƒ Z d S(
   u%   Provide a table of data regarding bachelors degrees earned by women,
broken down by field for any given year. It exposes an attribute ``data`` which
is a pandas DataFrame with the following fields:

    Year
    Agriculture
    Architecture
    Art and Performance
    Biology
    Business
    Communications and Journalism
    Computer Science,Education
    Engineering
    English
    Foreign Languages
    Health Professions
    Math and Statistics
    Physical Sciences
    Psychology
    Public Administration
    Social Sciences and History

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsNi   (   t   package_csvu   datau   degreesu'   percent-bachelors-degrees-women-usa.csv(   u   data(   t   __doc__t
   __future__R    R   R   R   t   loggingt	   getLoggert   __name__t   logt   util.sampledataR   t   __all__t   data(    (    (    s7   lib/python2.7/site-packages/bokeh/sampledata/degrees.pyt   <module>   s   "