dssg_banner
import os
import pandas as pd

from features.textual_features.keyword_search.contextual_fuzzy_search import search_df_for_best_matches

pd.set_option('display.max_colwidth', None)
pd.set_option('display.max_rows', None)

Write results to csv

all_matches.to_csv(os.path.join(OUTPUT_FILE_PATH + KEYWORD + ".csv"), header=True)
The history saving thread hit an unexpected error (OperationalError('database is locked')).History will not be written to the database.