This folder is ignored from git and shouldnever be pushed to git! NoticeDo not uploadiotdb/thriftto the git repo. Session Client & Example We packed up the Thrift interface inclient-py/src/iotdb/Session.py(similar with its Java counterpart), also provided an example fileclient-py/src/Sessio...
First, download the package:pip3 install "apache-iotdb<2.0" You can get an example of using the package to read and write data at here:Session Example An example of aligned timeseries:Aligned Timeseries Session Example (you need to addimport iotdbin the head of the file) Or: fromiotdb.S...