在这种情况下,我必须在excel或任何地方创建一个线条图,这代表了两种方法。所涉及的参数如下:
测试新旧方法的系统数量。
在每个系统上拨打的电话数。
每次通话所需的时间。
请您帮助我如何用表格的格式表示这一点,这样我就可以创建一个以一个轴为时间,另一个为系统/调用的线条图:
System1
============================
Call 1:
--------------
Old Approach:
That took 15.658 seconds.
New Approach:
That took 8.076 seconds.
Call 2:
--
我正在尝试以相同的方式从excel文件中的链接中获取表格,我使用以下代码获取表格
#Getting particular table from the page and sending to excel file
page = urllib2.urlopen('http://developer.android.com/about/dashboards/index.html').read()
soup = BeautifulSoup(page)
a = soup('div', {'class' : 'col-5