Publications by Melissa Bowman

Data-607--Project-2

07.10.2022

In project 2, three of the “wide” datasets identified in the Week 6 Discussion items needed to be selected and cleaning. Each discussion item also had an analysis that needed to be addressed to complete the assignment. The three databases used were National Endowment for the Arts, Jhalak Das dataset, and Animated TV Shows Around the World...

1484 sym R (10262 sym/30 pcs) 1 img

Data 607 Assignment 5

14.10.2022

In Assignment 5, three different files where separately created in a text editor. These files were HTML (using an html table), XML, and JSON formats. The files were then uploaded to a GitHub repository when the files were transformed into data frames using R. Reading a JSON file from URL then creating a Data Frame. #Library used library(json...

956 sym R (2628 sym/9 pcs)

Data 607 Assignment 6

27.10.2022

In Assignment 6, the task was to choose one of the New York Times APIs and request information from its web server through R. In R, the JSON data from the API server is to be read and transformed into a data frame. Here, The API used was the Book API that list all the best-seller information. The path specifically used was to get the best sel...

2105 sym R (1361 sym/12 pcs)

Discussion11: Recommender Systems

02.11.2022

Your task is to analyze an existing recommender system that you find interesting. You should: Perform a Scenario Design analysis as described below. Consider whether it makes sense for your selected recommender system to perform scenario design twice, once for the organization (e.g. Amazon.com) and once for the organization’s customers. ...

2818 sym

Data 607 Final Project: Pokemon Card Price Guide from Set Sword and Shield - Silver Tempest

02.12.2022

Data 607 Final Project: Pokemon Card Price Guide from Set Sword and Shield - Silver Tempest Melissa Bowman 2022-12-04 Abstract For this project, the trading card website called TCG player was scraped for the price guide information from the Pokémon card set called Sword and Shield: Silver Tempest. This price guide was then used on a perso...

6371 sym Python (7593 sym/32 pcs) 4 img