In [1]:
import ext_datos as ext
import pandas as pd
import matplotlib.pyplot as plt
import procesar as pr
import rellenar as re
import time_plot as tp
In [2]:
%matplotlib inline
In [3]:
data = ext.extraer_data('dia2')
In [4]:
motores = pr.procesar(data)
In [6]:
motoresTest=motores.dropna()
In [10]:
cd ..
In [34]:
reload(tp)
Out[34]:
In [7]:
tp.horam([motores.busCurrent_m1/50,motores.currentSP_m1,motores.busCurrent_m2/50],'13:20','13:25')
In [ ]: