From c0ca7c0b326eac00e46b57aef01f9a9102196799 Mon Sep 17 00:00:00 2001 From: John Duffy Date: Thu, 14 Nov 2019 12:14:41 +0000 Subject: [PATCH] A start on read_csv --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index a08dbe1..4d3c674 100644 --- a/main.py +++ b/main.py @@ -6,6 +6,9 @@ def __init__(): pass def read_csv(self, filename): + """ + This method... + """ pass def column_averages():