Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 9903974

Browse files
nathan-sixninessebito91
authored andcommitted
this tutorial did not write to the database with the protocol set to json. It worked when changed to line (#737)
1 parent dc83fc6 commit 9903974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorial_pandas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def main(host='localhost', port=8086):
1212
user = 'root'
1313
password = 'root'
1414
dbname = 'demo'
15-
protocol = 'json'
15+
protocol = 'line'
1616

1717
client = DataFrameClient(host, port, user, password, dbname)
1818

0 commit comments

Comments
 (0)