microsoft / HoloLensForCV

Sample code and documentation for using the Microsoft HoloLens for Computer Vision research
MIT License
475 stars 154 forks source link

Trying to read data from two different .csv files. #95

Closed tmich34 closed 5 years ago

tmich34 commented 5 years ago

I am doing an assessment and we have to find out how many 'taxons' there are from each species. So we have a data file with 'species' in it and another data file with 'taxons' in it. In python I have coded up to the point of counting the number of species from the species data. Now my issue is that I want to match the species list with the taxon list from the taxon data. It has to be done in Python, is there a way to do this?