Skip to content

Commit

Permalink
add dataset and get all function
Browse files Browse the repository at this point in the history
  • Loading branch information
srilekha98 committed Sep 23, 2022
1 parent e7a80b0 commit 7a164e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get_all.py
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 7a164e6

Please sign in to comment.