thegialeo / text-analytics-project

MIT License
2 stars 0 forks source link

basic_stats() not working #8

Closed thegialeo closed 3 years ago

thegialeo commented 3 years ago

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.