vega / voyager

Visualization Tool for Data Exploration
http://vega.github.io/voyager
Other
1.45k stars 179 forks source link

Error with column names that contain [] #850

Open davidanthoff opened 4 years ago

davidanthoff commented 4 years ago

When I try to load the following CSV file:

Col1,Col2 [b],Col3
2,4,5
6,3,5

with the version at https://vega.github.io/voyager/, I get an error Cannot read property 'b' of undefined. I get the same type of error in the Julia wrapper for tables that have column names of that pattern.