jonLicari / finance-report

Organizes financial data from xlsx files and generates a report and graphic summaries
0 stars 0 forks source link

Implicit Usage of Sample Data #19

Closed jonLicari closed 8 months ago

jonLicari commented 8 months ago

Description

Sol'n

  1. Move sample data to the data folder
  2. remove sample-data.xlsx from .gitignore
  3. Update data_resource() such that a. in the conditional branch elif Len(data) > 1, we request the user to select which dataset to use b. Provide user proper context as to which file they are selecting (relate file name to selection index)