vega / polestar

Lightweight Tableau-style interface for visual analysis, built on Vega-lite.
http://vega.github.io/polestar
Other
367 stars 47 forks source link

Add a way to manually change data type #195

Closed kanitw closed 8 years ago

kanitw commented 9 years ago

The inference we added in #194 is very likely to be incorrect.

For example, if we have input quiz data that has score as integer from 0 to 5 … it might be categorized as ordinal.

However, we can add this later.

kanitw commented 8 years ago

Duplicated of https://github.com/uwdata/voyager2/issues/73