Bokeh Course: Section 2 Overview
This video is an overview of the lessons covered in section 2. This section focuses on working with data and layouts.
00:00 Welcome to Section 2. In Section 2, you’ll start working with larger datasets and multiple visualizations that will require layouts. After a quick overview, I’ll take you on a quick aside about data.
00:13
This is where you’ll practice bringing in data via CSV files using pandas and about doing data preparations. Next, you’ll start using the ColumnDataSource
object, which is a powerful tool for managing your data inside your visualizations.
00:30
Once you start using the ColumnDataSource
object, you can start manipulating the data inside your visualization scripts using GroupFilter
and column data source views—CDSView
.
00:42
After that, you’ll start creating multiple visualizations and then laying them out using a column
layout or a row
layout.
00:53
You’ll get to try out gridplot
layout.
00:59 Then you’ll get to try out tabbed layouts using panels. Then a short review. All right, it’s time to get started!
Become a Member to join the conversation.