Created
          June 11, 2018 16:20 
        
      - 
      
- 
        Save Kiwibp/2cab95793a7bf55050184e7de8331f2e to your computer and use it in GitHub Desktop. 
    Craigslist Webscraping Project
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | wordcloud = WordCloud(background_color='white', mode = "RGB", width = 2000, height=1000).generate(str(postings['name'])) | |
| plt.title("Craigslist Used Items Word Cloud") | |
| plt.imshow(wordcloud) | |
| plt.axis("off") | |
| plt.show(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment