holoviz / holoviz/datashader

Mapping columns to categories

Open
#118 0 comments 0 reactions 1 assignee Claimed by @jbednar View on GitHub
ready
Dominant language
Python
Stars
3.6k
Forks
376
Avg merge
4h 32m
Merged PRs (30d)
1

Description

In the current nyc_taxi.ipynb, pickups vs. dropoffs are aggregated separately, because each of them provides a set of coordinates yet aggregation can accept only a single coordinate per row. We should show how to use Pandas to restructure the data so that pickups and dropoffs appear as separate rows, with the type of event coded as a category ('p' vs. 'd', for instance), akin to how race is shown for the census example. This will let us work directly with the pickup and dropoff information per pixel, e.g. to allow intermediate colors showing mixing of the categories.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.