Make a function that will read the file. Probably line by line. And find the number of the number of times the word with Bot appears in the document. Try to make a dictionary that looks the results of value_count().to_dict().
And then make a second function that would plot the frequency list.
Make a function that will read the file. Probably line by line. And find the number of the number of times the word with Bot appears in the document. Try to make a dictionary that looks the results of
value_count().to_dict().And then make a second function that would plot the frequency list.