Raw Files

This lesson focuses on raw files. It gives a complete explanation about how to read data from raw files using Python.

Introduction to raw files #

Sometimes you get data in strange formats and you have to roll your own Python code to process the data. Fortunately, doing this is simple.

For this, we will assume that you have data in some type of text file. Each row of data corresponds to a row in your text file. ...

Access this course and 1400+ top-rated courses and projects.