python-connector-api
python-connector-api copied to clipboard
query_time_series() returns naive datetime object for sunrise:sql and sunset:sql
If I query the API with the api.query_time_series() function and the parameters sunrise:sql and sunset:sql i get back a dataframe with the columns having a naive (without timezone) datetime64 pandas data type. Is this intentional?
Since the documentation states that it returns a ISO-8601 formatted string with timezone shouldn't the pandas data type be timezone aware?