...

/

Reading The Data and Getting Top Rated movies

Reading The Data and Getting Top Rated movies

Learn how to read plaintext and merge data over multiple files.

We'll cover the following...

The data in the movie lens database will be in plaintext separated by |, it will not have column headers like Excel files. This means that we’ll have to provide our own column headers. pandas has a function that reads ...