You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/06/23 01:22:30 UTC

[GitHub] john-bodley opened a new pull request #5274: [get_df] Fix datetime conversion

john-bodley opened a new pull request #5274: [get_df] Fix datetime conversion
URL: https://github.com/apache/incubator-superset/pull/5274
 
 
   This PR fixes an issue where epoch time columns which have [already been converted](https://github.com/apache/incubator-superset/blob/master/superset/connectors/sqla/models.py#L127) to a timestamp in the query are trying to be coerced in Pandas as a timestamp under the assumption that these values are still in the epoch format. Given these are already timestamps one merely needs to cast them to a `pandas.Timestamp` object.
   
   to: @graceguo-supercat @michellethomas @mistercrunch @timifasubaa 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org