[LPD][CORRECT] Add overview of retrieved CCVs
Description
This MR adds an overview of obtained CCVs in LPD corrections by rendering a pandas DataFrame
.
How Has This Been Tested?
Only interactively yet.
Types of changes
- New feature (non-breaking change which adds functionality)
Reviewers
Edited by Philipp Schmidt
Merge request reports
Activity
Filter activity
added On hold label
I was able to use this to figure out what was going on
, but unfortunately it doesn't lead to tables in the PDF reports.We're already using the tabulate package in some of the other notebooks for Latex output (
tablefmt='latex'
). It apparently supports pandas DataFrames as input, so that might be an easy option.
Please register or sign in to reply