Utils module
- append_data_to_file(filename, data)
Appends a data frame to an (possibly) existing tsv file :param filename: path to the file :type filename: str :param data: data to be appended to the file :type data: dataframe
- dircheck(path2dir)
Checks if a directory exists! if it does not exist, it creates it :param dir_path: path to the directory you want to be created :type dir_path: str, path