gusutabopb / aioinflux

Asynchronous Python client for InfluxDB
MIT License
159 stars 31 forks source link

Do not print warning if I don't want to use pandas #39

Open jsonbrooks opened 3 years ago

jsonbrooks commented 3 years ago

I have no intention of using pandas and don't want to see the following warning when my application starts or worry about suppressing a warning:

"Pandas/Numpy is not available. Support for 'dataframe' mode is disabled."

Please consider either removing this warning on import.

quazzuk commented 2 years ago

bump. the warning is problematic.