dataprep6
This commit is contained in:
@@ -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()):
|
||||
|
||||
Reference in New Issue
Block a user