Question: Please write the code for these steps in python 3. This is only for practice and learning. Thanks! (10 points) Problem 1 Download the amazonReviews.json
Please write the code for these steps in python 3. This is only for practice and learning. Thanks!

(10 points) Problem 1 Download the "amazonReviews.json" file from Can- vas. Each data point in the data set has the following syntax: "reviewerID":, "asin":,....,"reviewText":, "overall":,...., "reviewTime": 1. Load the JSON file into your choice of labeled data structure. (A JSON file is a file that stores simple data structures and objects in JavaScript Object Notation (JSON) format, which is a standard data interchange format) 2. Discard all the columns except ('reviewerID', 'reviewText' ) since we won't be using them in this assignment. 3. Process the reviews by removing any punctuation marks, stop words (stop- words list), and converting the text to lower case. (You can use any data structure that you think will be the most appro- priate for accomplishing the above tasks.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
