Skip to content

Filtering error: Unrecognized column #293

Answered by jheer
skokenes asked this question in Q&A
Discussion options

You must be logged in to vote

If you can link to a sample.csv file that reproduces the issue (or, an Observable notebook showing the failure), I can take a closer look.

Meanwhile, you might check to ensure that (a) the other column names are working, and if so, (b) confirm that the string 'City' (as typed into your filter function) exactly matches the actual column name string (does dt.columnNames()[0] === 'City'?). If there are "invisible" characters (like a byte order mark) at the beginning of your CSV file, it could cause the issue.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@skokenes
Comment options

@jheer
Comment options

@skokenes
Comment options

@jheer
Comment options

@skokenes
Comment options

Answer selected by skokenes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants