A Python version of the R gsalib library of utility functions for GATK, specifically for reading GATK Report files into pandas DataFrames. See https://github.com/broadinstitute/gsalib.
pip install gsalib
from gsalib import GatkReport
report = GatkReport('/path/to/gsalib/test/test_v1.0_gatkreport.table')
table = report.tables['ExampleTable']