Skip to content

Commit

Permalink
Update utils.py -- docstring edit
Browse files Browse the repository at this point in the history
  • Loading branch information
danDiamo committed Dec 8, 2021
1 parent 2febd4e commit e2a7d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_url_paths_for_online_midi_corpus(url):
def read_csv(inpath):

"""
Reads csv file to Pandas dataframe. Returns a single-item dict, formatted per:
filename (key): dataframe (value).
Reads csv file to Pandas dataframe. Returns a two-tuple, formatted per:
(filename, dataframe).
"""

data = pd.read_csv(inpath, index_col=0)
Expand Down

0 comments on commit e2a7d1e

Please # to comment.