lovuikeng
lovuikeng•5w ago

data_explorer gets incorrect type with column value of x-{number}

dataframe column value contains hyphen and number suffix
value of n-a gets correct nominal type value of n-0 gets incorrect temporal type
No description
Solution:
there seems to be an issue with the date parsing. Surprisingly difficult in JS to determine if something is a date / not. edit: let me investigate for a robust solution...
Jump to solution
3 Replies
Hall
Hall•5w ago
Someone will reply to you shortly. In the meantime, this might help:
Solution
Shahmir
Shahmir•4w ago
there seems to be an issue with the date parsing. Surprisingly difficult in JS to determine if something is a date / not. edit: let me investigate for a robust solution
lovuikeng
lovuikengOP•4w ago
that's ok, thank you for confirming, no big deal, can use a different naming convention 🙂

Did you find this page helpful?