This chapter gave you an introduction to the most common data formats that you will encounter while working with Python, and how you can create visualizations in Bokeh using these formats.
You also learned about using the ColumnDataSource to map the column names to a list of data values that can be used across multiple plots and widgets.
In the upcoming chapter, you will learn about how you can use layouts for effective presentation of data using plots built from pandas DataFrames.