Function is capable to import file with executed trades log. Files do not have column headers hence function will take care to name columns as well as to perform relevant cleansing
import_data(path_sbxm, trade_log_file)
Arguments
path_sbxm: * String, Path to the sandbox with the log file where the file with data is written
trade_log_file: * String, File name where the order results are written
Returns
Function will return the dataframe with trade data and automatically set proper column types