When pct_invalid=0, no rows should be dropped
paxcema opened this issue · 3 comments
paxcema commented
When pct_invalid=0, no rows should be dropped
mrandri19 commented
Is this bug caused by these two dropna
s (https://github.com/mindsdb/type_infer/blob/staging/type_infer/infer.py#L383-L390)?
Because I could not find any other traces of data being skipped related to pct_invalid
paxcema commented
Most likely, yes. I'm not 100% familiar with this feature though (was implemented by another engineer). I do think a test should be part of the fix so that we know it's working as intended in the future.
paxcema commented
Closing, no longer accurate to say pct_invalid
has a say in what rows are dropped prior to the type inference step.