You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little torn about what to do with this one. We can prioritize recognition of 4-digit numbers as dates over recognition as numbers. Is that preferred?
That is tricky. I'm going to say that, at this point, since we are primarily building for historical data, we should assume dates. If we could run some checks to determine likely dates, that might help:
If the first digit changes by more than one increment, treat it as number not date.
or if
If the second digit changes by more than three increments, treat it as number not date.
No description provided.
The text was updated successfully, but these errors were encountered: