We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
各位作者好,感谢您们的文章,谢谢!向作者和其他大佬请教一个问题,假设我有多个地方、多个传感器的数据,要怎么准备数据呢?代码需要修改吗?
例如我有三个传感器1、2、3,本别布设在A、B、C三个地方,它们记录的时间也不一样(如,A:202n年某月某日--某月某日,B:202n年某月某日--某月某日,C:202n年某月某日--某月某日),三个传感器都是记录同样的参数,我该怎么把这三组数据组织起来呢?
如果把三组数据放到同一列,就可能出现时间不连续,或者出现时间往回退的情况,例如: 2020年01月01日 A数据 ︙ A数据 2020年12月31日 A数据 ︙ 2020年01月01日 B数据 ︙ B数据 2020年06月31日 B数据 ︙ 2022年01月01日 C数据 ︙ C数据 2022年04月20日 C数据
这样可以吗?代码会不会认为这是同一个观测点的数据,并表现出时间不连续,变化乱七八糟的。
The text was updated successfully, but these errors were encountered:
有人遇到类似的问题吗?请指导一下,谢谢
Sorry, something went wrong.
No branches or pull requests
各位作者好,感谢您们的文章,谢谢!向作者和其他大佬请教一个问题,假设我有多个地方、多个传感器的数据,要怎么准备数据呢?代码需要修改吗?
例如我有三个传感器1、2、3,本别布设在A、B、C三个地方,它们记录的时间也不一样(如,A:202n年某月某日--某月某日,B:202n年某月某日--某月某日,C:202n年某月某日--某月某日),三个传感器都是记录同样的参数,我该怎么把这三组数据组织起来呢?
如果把三组数据放到同一列,就可能出现时间不连续,或者出现时间往回退的情况,例如:
2020年01月01日 A数据
︙ A数据
2020年12月31日 A数据
︙
2020年01月01日 B数据
︙ B数据
2020年06月31日 B数据
︙
2022年01月01日 C数据
︙ C数据
2022年04月20日 C数据
这样可以吗?代码会不会认为这是同一个观测点的数据,并表现出时间不连续,变化乱七八糟的。
The text was updated successfully, but these errors were encountered: