U
    /e	                     @  sD   d Z ddlmZ ddlZeeZddlmZ dZ	dd Z
e
 ZdS )	z Time series of commits for a GitHub user between 2012 and 2016.

This module contains one pandas Dataframe: ``data``.

.. rubric:: ``data``

:bokeh-dataframe:`bokeh.sampledata.commits.data`

    )annotationsN   )package_csv)datac                  C  s^   ddl m}  d}| dd| }t|dddd	d
gd
d}|j|jddd|_|jj|d< |S )z

    r   )import_requiredZcommitsZpandaszI%s sample data requires Pandas (http://pandas.pydata.org) to be installedzcommits.txt.gzTNdaydatetime)Zparse_datesheadernamesZ	index_col)utcz
US/Centraltime)Zutil.dependenciesr   r   Zto_datetimeindexZ
tz_convertr   )r   modulepdr    r   </tmp/pip-unpacked-wheel-f5fndrjf/bokeh/sampledata/commits.py
_read_data4   s    r   )__doc__
__future__r   logging	getLogger__name__logZutil.sampledatar   __all__r   r   r   r   r   r   <module>   s   
