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
Huh. I think if that's not working then it's a bug, but I'm not sure where yet. I guess you're doing something like the example program, but declaring the categorical column before tableTypes is issuing an error?
Given some inferred types from
tableTypes "Foos" data/foo
, if I find that one of my columns was inferred incorrectly, I can just declare it correctly:Is there an equally simple way to specify that
TruBar
inShould be preferred over the one in
tableTypes "Foo" data/foo
?
The text was updated successfully, but these errors were encountered: