There was an error while loading. Please reload this page.
1 parent dc83fc6 commit 9903974Copy full SHA for 9903974
examples/tutorial_pandas.py
@@ -12,7 +12,7 @@ def main(host='localhost', port=8086):
12
user = 'root'
13
password = 'root'
14
dbname = 'demo'
15
- protocol = 'json'
+ protocol = 'line'
16
17
client = DataFrameClient(host, port, user, password, dbname)
18
0 commit comments