Skip to main content
Associate
June 29, 2024
Solved

Cant import a signal

  • June 29, 2024
  • 2 replies
  • 1314 views

theshy_0-1719633017636.png

这是我想导入的数据集,希望模型能起到这样的效果:文档中是各个时间点的温度值,我需要模型能学习一天中的温度变化范围,当温度偏离较大时检测为异常,请问我在导入数据时,为何显示无法import?(Import按钮是灰色的,无法点击)

Best answer by Julian E.

Hello @theshy ,

Thank you for reaching out,

 

In your first line you have 16.00.00 , 33.4608

I believe that what you want to import is the 33.4608, the other values look like timestamps. If they are, please remove them.

 

If you indeed want to import both values, you may want to convert the 16.00.00 to a value with only one dot. if the value is a timestamp, you can try to convert the value to seconds for example.

 

Please let me know if you have other questions.

Julian

 

2 replies

ksale.1
Senior II
June 29, 2024

change the delimiter, maybe a comma

theshyAuthor
Associate
June 29, 2024

sry,failed

Julian E.
Julian E.Best answer
Technical Moderator
July 1, 2024

Hello @theshy ,

Thank you for reaching out,

 

In your first line you have 16.00.00 , 33.4608

I believe that what you want to import is the 33.4608, the other values look like timestamps. If they are, please remove them.

 

If you indeed want to import both values, you may want to convert the 16.00.00 to a value with only one dot. if the value is a timestamp, you can try to convert the value to seconds for example.

 

Please let me know if you have other questions.

Julian

 

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.