Private
Public Access
1
0

dataprep6

This commit is contained in:
Sander Roosendaal
2016-11-27 22:16:26 +01:00
parent 59b8a5b8f8
commit 58cf83f7cf

View File

@@ -74,8 +74,9 @@ def timedeltaconv(x):
if not np.isnan(x):
dt = datetime.timedelta(seconds=x)
else:
dt = 350.
dt = datetime.timedelta(seconds=350.)
return dt
def rdata(file,rower=rrower()):