Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
this tutorial did not write to the database with the protocol set to …
Browse files Browse the repository at this point in the history
…json. It worked when changed to line (#737)
  • Loading branch information
nathan-sixnines authored and sebito91 committed Aug 8, 2019
1 parent dc83fc6 commit 9903974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial_pandas.py
Expand Up @@ -12,7 +12,7 @@ def main(host='localhost', port=8086):
user = 'root'
password = 'root'
dbname = 'demo'
protocol = 'json'
protocol = 'line'

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

Expand Down

0 comments on commit 9903974

Please sign in to comment.