
    hje
                        d Z ddlmZ ddlZ ej        e          ZddlmZ erddl	m
Z
 ddlmZ dZddZ e            ZdS )a'   Time series of historical average sea surface temperatures.

License: free to use and redistribute (see `this table`_ for details).

Sourced from http://www.neracoos.org/erddap/tabledap/index.html (table *B01_sbe37_all*)

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

.. rubric:: ``sea_surface_temperature``

:bokeh-dataframe:`bokeh.sampledata.sea_surface_temperature.sea_surface_temperature`

.. bokeh-sampledata-xref:: sea_surface_temperature

.. _this table: http://www.neracoos.org/erddap/info/B01_sbe37_all/index.html
    )annotationsN)TYPE_CHECKING)	DataFrame   )package_csv)sea_surface_temperaturereturnr   c                 t    t          dddd          } |                     ddi          } d	| j        _        | S )
Nr   zsea_surface_temperature.csv.gzTr   )parse_dates	index_colztemperature (celsius)temperature)columnstime)r   renameindexname)dfs    Hlib/python3.11/site-packages/bokeh/sampledata/sea_surface_temperature.py
_read_datar   A   sC    	.0P^bno	p	p	pB	3]C	D	DBBHMI    )r	   r   )__doc__
__future__r   logging	getLogger__name__logtypingr   pandasr   util.sampledatar   __all__r   r    r   r   <module>r"      s    ( # " " " " " g!! !           !       * ) ) ) ) )     %*,,   r   