Context

Description

  • Bullet 1
  • Bullet 2

"hello"


In [12]:
import pandas as pd

%matplotlib inline

pd.read_csv("../input/spring-petclinic/jacoco.csv")[['PACKAGE', 'LINE_COVERED']]\
.groupby('PACKAGE').sum().plot(kind='barh')


Out[12]:
<matplotlib.axes._subplots.AxesSubplot at 0x1f366d3deb8>