C++: Splitting a CSV file into a 2D Vector of Strings

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=Wb-Ig8qd9HE



Duration: 51:47
258 views
10


We're going to start doing a little data science, and learning how to load a dataset into memory is a very important skill to have. Today we loaded a CSV file into a 2D Vector, and also showed how to use a hash_map to change student IDs to anonymize them.