Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Li Chao 796eb09d2b
update doc & add joining table scripts
5 years ago
..
796eb09d2b
update doc & add joining table scripts
5 years ago
796eb09d2b
update doc & add joining table scripts
5 years ago
796eb09d2b
update doc & add joining table scripts
5 years ago

README.md

You have to be logged in to leave a comment. Sign In

Intro

本文件夹中的脚本将 测点信息表 和 测试数据表 组合在一起,形成符合统一输入格式的CSV文件。 R 实现 与 Hy 实现功能相同,可以互相印证。

输入数据格式(分别为 测点信息表 和 测试数据表):

$ head probes.csv
1000611,1000611-SYGD-01-01-01,0
1000612,1000612-SYGD-01-01-02,0
1000613,1000613-SYGD-01-01-03,0
1000614,1000614-SYGD-01-01-04,0
1000615,1000615-SYGD-01-01-05,0

head final.csv 
1022325,2018-11-22 07:49:29,0.0,0.0,0.0,0.0,0.0
1022323,2018-11-22 07:49:29,0.0,0.0,0.0,0.0,0.0
1022322,2018-11-22 07:49:29,0.0,0.0,0.0,0.0,0.0
1022321,2018-11-22 07:49:29,0.0,0.0,0.0,0.0,0.0
1022320,2018-11-22 07:49:29,0.0,0.0,0.0,0.0,0.0

完整输入数据在 TC 服务器的 ~/docs/znbt/photovoltaics/HuBeiShaYang/fullTable 目录下。

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...