Beispiel #1
0
 def test_extend_0(self):
     ts1 = timeseries(1980,1,12,v[:,0:1])
     ts2 = timeseries(1981,4,12,v[:,0:1])
     ts31 = pd.merge(ts1,ts2)
     ts32 = tsmerge(ts1,ts2)
     ts33 = ts1.join(ts2)
     ts34 = ts2.join(ts2)
Beispiel #2
0
 def test_init_base_53(self):
     ts = timeseries(2000,1,366,np.random.randn(733))