Skip to content
Snippets Groups Projects

[LPD][CORRECT] Add overview of retrieved CCVs

Open Philipp Schmidt requested to merge feat/LPD-correct-show-CCVs into master

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

@kluyvert

Edited by Philipp Schmidt

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added On hold label

  • Philipp Schmidt changed title from Feat/lpd correct show cc vs to [LPD][CORRECT] Add overview of retrieved CCVs

    changed title from Feat/lpd correct show cc vs to [LPD][CORRECT] Add overview of retrieved CCVs

  • Philipp Schmidt changed target branch from lpd-consts-mem-cells to master

    changed target branch from lpd-consts-mem-cells to master

  • Had to target master instead of your branch with the other LPD changes to make the diff palatable. Please cherry-pick for your use.

  • I was able to use this to figure out what was going on :thumbsup: , 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
Loading