john-guerra / navio

A d3 visualization widget to help summarizing, exploring and navigating large network visualizations
https://navio.dev
MIT License
106 stars 13 forks source link

Drop columns on read all #42

Open ayman opened 2 years ago

ayman commented 2 years ago

It would be nice to provide alist of columns (indexes or names) as an array to drop when calling nv.data(data). Currently one has to manually pull columns (attributes) which can get arduious for larger datasets.