villebro commented on pull request #12933: URL: https://github.com/apache/superset/pull/12933#issuecomment-773052959
> I think we can first do a mapping based on types returned by `pandas.api.types.infer_dtype` (which is much more efficient since it uses [cpython bindings](https://github.com/pandas-dev/pandas/blob/v1.2.1/pandas/_libs/lib.pyx#L1235)), then manually infer for `mixed` when necessary. Good idea, I'll update to use this logic ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
