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
- DataFrame filenames & organization · Issue #18822 · grafana/grafana · GitHub
- grafana/data: Reorganise code by dprokop · Pull Request #19136 · grafana/grafana · GitHub