| |
- choose_col(tmp_df)
- Allows user to choose a column's data (by commandline input) from the sheet.
:return: A Series of the data of the chosen column
- choose_sheet(dictionary)
- Allows user to choose a sheet (by commandline input) to choose data from.
:return: A DataFrame of the chosen sheet
|