The Grafana DataFrame type

Introduction

The people of Grafana Labs are reorganizing their code and introduce the DataFrame type to streamline the data shuffling under the hood, e.g. between table format and timeseries format.

Background

The concept of using column-oriented data frames to shuffle data around has been popularized by R’s data.frame() and Pandas’ pandas.DataFrame already.

Rationale

Resources

Implementation