use *;
/// the schema of a tcx dataframe
const TCX_DF_SCHEMA: = ;
/// it is not possible to statically type a polars dataframe with a polar schema
/// this documents the output of [crate::tcx::read::get_df]
/// test ensure that this schema is correct with respect to that function
/// look at source file to see the schema