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