Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a71ebcb

Browse files
authored
Fix method name in example
1 parent d3069e8 commit a71ebcb

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
@@ -29,7 +29,7 @@ def main(host='localhost', port=8086):
2929
client.query("select * from demo")
3030

3131
print("Delete database: " + dbname)
32-
client.delete_database(dbname)
32+
client.drop_database(dbname)
3333

3434

3535
def parse_args():

0 commit comments

Comments
 (0)