[Merge] pull request #536 from moonnejs/patch-1 修复数据清洗脚本bug
Update runDataCleaning.py
This commit is contained in:
commit
ec71183382
@ -32,7 +32,7 @@ def cleanData(dbName, collectionName, start):
|
|||||||
# 遍历数据
|
# 遍历数据
|
||||||
for data in cx:
|
for data in cx:
|
||||||
# 获取时间戳对象
|
# 获取时间戳对象
|
||||||
time = data['datetime'].time()
|
dt = data['datetime'].time()
|
||||||
|
|
||||||
# 默认需要清洗
|
# 默认需要清洗
|
||||||
cleanRequired = True
|
cleanRequired = True
|
||||||
|
Loading…
Reference in New Issue
Block a user