data_explorer gets incorrect type with column value of x-{number}
dataframe column value contains hyphen and number suffix
value ofn-a
gets correct nominal type value ofn-0
gets incorrect temporal type
Solution:Jump to 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...
3 Replies
Someone will reply to you shortly. In the meantime, this might help:
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
that's ok, thank you for confirming, no big deal, can use a different naming convention 🙂