Passing ids to .select API seems to make partial string matches
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
If you're columns are named things like "animals" and "non-animals", then you may run into problems when you call:
```
graph.select('non-animals')
```
This will select the 'animals' data points as well.
It seems arbitrarily limiting to require that column names not contain one another.
Contributor guide
Assessment
This issue has not been assessed yet.