dataprep6
This commit is contained in:
@@ -74,7 +74,8 @@ def timedeltaconv(x):
|
||||
if not np.isnan(x):
|
||||
dt = datetime.timedelta(seconds=x)
|
||||
else:
|
||||
dt = 350.
|
||||
dt = datetime.timedelta(seconds=350.)
|
||||
|
||||
|
||||
return dt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user