Raoul, the basic_stats() function you add to visualize_data.py is not running:
line 112: plt.title("Mean word count per entry across datasets")
with this I can not test my functions, because I can not run the script at all. I made a copy named visualizer.py, where I comment out your function so that I can keep working on my part. Once you fix the bug, please copy your function back to visualizer.py and delete the file visaulize_data.py.
Raoul, the basic_stats() function you add to visualize_data.py is not running:
line 112: plt.title("Mean word count per entry across datasets")
with this I can not test my functions, because I can not run the script at all. I made a copy named visualizer.py, where I comment out your function so that I can keep working on my part. Once you fix the bug, please copy your function back to visualizer.py and delete the file visaulize_data.py.