notebook.community
Edit and run
Description
"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')
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>
<matplotlib.axes._subplots.AxesSubplot at 0x1f366d3deb8>