Utils
These functions are more internal for now.
Database Utils
AISCSteel.Utils.DatabaseUtils.import_data — Methodimport_data(lookup_value, lookup_col_name::Symbol, data_location::String)Searches the specified data location and filters for the first row of data found where the value in the column specified is equal to the lookup value.
Parameters
lookup_value- The value to search forlookup_col_name::Symbol - the column name to search incsv_file_path::String - The name of csv file in the data directory
AISCSteel.Utils.DatabaseUtils.import_database — Methodimport_database(csv_file_path::String)Searches the specified data location and returns the database as a DataFrame
Parameters
csv_file_path::String - The name of csv file in the data directory