OTOH, in_curses_window_addstr_impl, I've hardcode the wide char to print, and we still have the same "issue", so it's likely not an issue of the conversion to wide chars.NVM, this was not relevant according to the ncurses docs. In addition, considering we don't do anything else ...
print("Ronaldo's goals with left foot: ", ronaldo_lf_goals) print("Ronaldo's goals with right foot: ", ronaldo_rf_goals) Ronaldo's goals with left foot: 7 Ronaldo's goals with right foot: 14 Ploting the events on a football pitch For each event in messi_events_data_df and ronal...