io.load_csv()
Loads and parses a Goodreads CSV file return a list of Books
Usage
io.load_csv(file_path)Parameters
file_path: Path- GoodReads source csv file
Returns
list[Book]- list[Book]:
Raises
GoodreadsImportError- If there is an issue reading the csv source data