Error message

  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Notice: Trying to access array offset on value of type int in element_children() (line 6609 of /var/data/sites/methodi.ca-7.63/includes/common.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/data/sites/methodi.ca-7.63/includes/common.inc).

Visualizing Data with Bokeh and Pandas(From the Programming Historian)

Subject of Tutorial 
Visualization
Author 
Charlie Harper
Part of Set 
No
Introduction 

This tutorial teaches how to load raw data, sample it and visually explore and present it by using Bokeh and Pandas libraries in python. 

This tutorial covers :

  • how to load tabular CSV data 
  • how to perform basic data manipulation such as aggregating and subsampling raw data 
  • how to visualize quantitative, categorical, and geographic data for web display
  • how to add varying types of interactivity to your visualizations.