Skip to content

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 (influxdata#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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy