From 7a164e6863408934cd6d805d98c1f41c2019925f Mon Sep 17 00:00:00 2001 From: srilekha98 Date: Fri, 23 Sep 2022 12:24:14 -0400 Subject: [PATCH] add dataset and get all function --- src/get_all.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/get_all.py b/src/get_all.py index d032da1..4642a53 100644 --- a/src/get_all.py +++ b/src/get_all.py @@ -1,6 +1,7 @@ import pandas as pd +#add pagination support def get_all_songs(self): all_songs = pd.read_csv("../data/songs.csv") print(' Data has (rows, columns):', all_songs.shape)