Plot Cansat or any csv data using Python
From wikiluntti
Introduction
Many different methods exists. Here, we describe some.
Theory
Method 1: CSV reader
Robust for errors in the csv file.
Method 2: Numpy
Do not care about the trailing spaces.
Method 3: Pandas
Problems with trailing spaces.