You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/02/06 16:57:10 UTC

[GitHub] mistercrunch opened a new pull request #4358: [druid] fix bug around handling NULLs

mistercrunch opened a new pull request #4358: [druid] fix bug around handling NULLs
URL: https://github.com/apache/incubator-superset/pull/4358
 
 
   fillna would miss out on identifying STRING columns for Druid and
   replace None in string columns with a numeric `0`. This
   mixed type column would confuse
   pandas down the line on some operations like `df.pivot_table`.
   
   superseeds https://github.com/apache/incubator-superset/pull/4236
   
   @xrmx ? 

----------------------------------------------------------------
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