In this talk we will start with data files, ingest the data, do a quick first pass at visualization and end at a deployed dashboard, using a set of open-source packages that have been designed to work well together. In particular, the audience will learn to:
We will be exploring three different datasets:
We'll start by looking at anaconda package download data. These data are stored in daily parquet files and dumped in an s3 bucket. See the source code and access a running instance from https://github.com/ContinuumIO/anaconda-package-data. In this example we'll be mostly talking about intake and panel.
We're going to start by talking about some different ways to use intake.
The second two datasets are actually related because we'll use them to explore the relationship between surface temperature and the location of street trees in Philadelphia. In this part of the talk we'll be focusing on how to create plots using hvplot. The materials for this part of the talk can be found at https://github.com/jsignell/heat_and_trees.
.plot
API that you get in pandas