subject

Hi I got a "Name Error" when I made the following entry. It's for my word cloud project in week 6 of the crash course on python. Anyone familiar with the assignment please share how you overcame this thing thank you!! [Refer to image screenshot of entry pic 23] # LEARNER CODE START HERE frequencies = {} file_contents=file_contents. split() str1='' for word in file_contents: str1= ''.join(ch for ch in word if ch. isalnum()) if str1.lower() not in uninteresting_words: if str1.lower() not in frequencies: frequencies[str1.lower()] = 1 else: frequencies[str1.lower()] += 1 cloud = wordcloud. WordCloud() cloud. generate_from_frequencies() return cloud. to_array() # Display your wordcloud image myimage = calculate_frequencies(file_contents ) plt. imshow(myimage, interpolation = 'nearest') plt. axis('off') plt. show() Error message refer to attached pic 24 - NameError Traceback (most recent call last) in 1 # Display your wordcloud image 2 -> 3 myimage = calculate_frequencies(file_contents ) 4 plt. imshow(myimage, interpolation = 'nearest') 5 plt. axis('off') Thank you!


Hi I got a Name Error when I made the following entry. It's for my word cloud project in week 6 o
Hi I got a Name Error when I made the following entry. It's for my word cloud project in week 6 o

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:00
Hyperactive media sales has 10 windows 7 laptop computers used by sales-people in the organization. each laptop computer has several customized applications that are used during the sales process as well as customer relationship management software. all of the applications on the laptops are difficult to configure and have large data files. if all of the laptops have current hardware, what is the easiest way to install windows 10 on them?
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
Jason needs to learn a new web tool. he went through his books to understand more about it. now he wants hands-on experience with using that tool. what would him? jason can use websites where workspace is provided to test the results of your code.
Answers: 2
question
Computers and Technology, 23.06.2019 19:30
What are loans to a company or government for a set amount of time
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
Write a program that uses a two-dimensional array to store the highest and lowest temperatures for each month of the year. the program should output the average high, average low, and the highest and lowest temper- atures for the year. your program must consist of the following functions: a. function getdata: this function reads and stores data in the two- dimensional array. b. function averagehigh: this function calculates and returns the average high temperature for the year. c. function averagelow: this function calculates and returns the aver- age low temperature for the year. d. function indexhightemp: this function returns the index of the highest high temperature in the array. e. function indexlowtemp: this function retur
Answers: 3
You know the right answer?
Hi I got a "Name Error" when I made the following entry. It's for my word cloud project in week 6 of...
Questions
question
Mathematics, 14.04.2020 21:53
Questions on the website: 13722363