Sample Data

The Bokeh.Data module provides access to some small sample datasets

See the Python Bokeh reference for more details of these datasets.

Unless otherwise stated, all these functions return a Tables.jl-compatible table. Optionally a materializer can be specified to convert it to some other type (such as rowtable, columntable or DataFrame).

Bokeh.Data.antibioticsFunction
antibiotics([materializer])

A table of Will Burtin's historical data regarding antibiotic efficacies.

source
Bokeh.Data.commitsFunction
commits([materializer])

Time series of commits for a GitHub user between 2012 and 2016.

source
Bokeh.Data.degreesFunction
degrees([materializer])

A table of data regarding bachelor's degrees earned by women.

source
Bokeh.Data.les_misFunction
les_mis([materializer])

Co-occurrence of characters in Les Miserables.

Returns a named tuple (nodes=..., links=...) of nodes (characters) and links (co-occurrences) between them.

source