You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Traceback (most recent call last):
File "/Users/drew/PycharmProjects/influxdb/influxdb_pandas.py", line 52, in <module>
main(host=args.host, port=args.port)
File "/Users/drew/PycharmProjects/influxdb/influxdb_pandas.py", line 36, in main
client.delete_database(dbname)
AttributeError: 'DataFrameClient' object has no attribute 'delete_database'
The pandas example has a bug in the following code around line 32:
which returns
and should be:
The text was updated successfully, but these errors were encountered: