Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.46 KB

examples.rst

File metadata and controls

66 lines (39 loc) · 1.46 KB

Examples

First example

.. literalinclude:: ../examples/first_example.py

Displaying error patches

The following demonstrates how to display error patches with output from a typical SQL query. (You can see the query that generated the data using an open data set available through the Bigquery console.)

.. literalinclude:: ../examples/error_patch_example.py

error_patch_example.svg

Displaying data in a Pandas dataFrame

.. literalinclude:: ../examples/pandas_example.py

pandas_example.svg

Displaying time series data in a Pandas dataFrame

.. literalinclude:: ../examples/time_example.py

time_example.svg

Displaying histograms

.. literalinclude:: ../examples/hist_example.py

hist_example.svg

Displaying bar charts

.. literalinclude:: ../examples/bar_example.py

bar_example.svg

Jupyter notebooks