intel / p3-analysis-library

A library simplifying the collection and interpretation of P3 data.
https://intel.github.io/p3-analysis-library/
MIT License
7 stars 10 forks source link

Add a new example of using projection #55

Closed Pennycook closed 3 weeks ago

Pennycook commented 1 month ago

This new example provides an introduction to the concept of projection, and walks through two simple use-cases:

It deliberately stops short of computing real metrics like application efficiency and/or performance portability, but uses a pandas groupby to demonstrate how projection can impact downstream analysis.

Related issues

N/A

Proposed changes