In [1]:
from vahun.tools import logread
import matplotlib
import pandas as pd
%matplotlib inline
matplotlib.style.use('ggplot')
matplotlib.pyplot.rcParams['figure.figsize'] = (15, 3)
matplotlib.pyplot.rcParams['font.family'] = 'sans-serif'
log=logread()
In [4]:
table=log.get_full_table()
#pd.set_option('display.max_rows', len(table)+1)
table.to_csv('result_table.tsv',sep='\t')
In [4]:
#log.plot_accuracy()
lista="2103123abcdefgh"
lista.find('a')
Out[4]: