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

Remove comment as issues have been resolved #581

Merged
merged 1 commit into from
May 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/tutorial_pandas.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def main(host='localhost', port=8086):
user = 'root'
password = 'root'
dbname = 'demo'
# Temporarily avoid line protocol time conversion issues #412, #426, #431.
protocol = 'json'

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