ó
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 Fisher's Iris flower data set. This module has an attribute
``flowers`` which is a pandas DataFrame with the following fields:

.. code-block:: python

    flowers['petal_length']
    flowers['petal_width']
    flowers['sepal_length']
    flowers['sepal_width']
    flowers['species']

i    (   t   absolute_importt   divisiont   print_functiont   unicode_literalsNi   (   t   package_csvu   flowersu   irisu   iris.csv(   u   flowers(   t   __doc__t
   __future__R    R   R   R   t   loggingt	   getLoggert   __name__t   logt   util.sampledataR   t   __all__t   flowers(    (    (    s4   lib/python2.7/site-packages/bokeh/sampledata/iris.pyt   <module>   s   "