'How can I import the `CSV` file data into the Apache IoTDB with the python API?
I want to use the Python API to import the csv file data into the Apache IoTDB. How can I do it?
Apache IoTDB version: 0.13
Solution 1:[1]
There is a CSV import tool, import-csv.sh, but there are requirements for data format. Python is also OK.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Wade Pena |
