-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hw10 is ready for grading #9
Comments
Hello, Good job on doing homework 10. I liked what you did on extracting rating data from IMDB website and using the output in generating relationships between the movie year and its rating and between the movie title length and its rating. We can see from your analysis that there good movies produced in almost every year. Good job on using scrapping and using the gsub() function to clean your data. My only comment is that you didn't put a markdown file on your repo instead of using the pdf format. the markdown format is better on github in my opinion. Overall very good job and I was happy to review your work. Thank you, |
Hi @Mathnstein, Nice job on this homework! I was able to download your .Rmd and reproduce the analysis. Your scraping method is correct and concise as you extract the movie title, ranking, and year from the HTML of the url of interest. You save the data as .csv then load it back in for a small plotting analysis. The analysis is quite simple, but sufficient for the assignment, and the results were interesting. It would be nice also to include a subset of the data table for the reader of the report to see. It would be cool to know what the top few movies are just from the .Rmd report without having to open the .csv. Overall nice work with web scraping! I've never used Thanks, |
Hi @Mathnstein, here are some comments about your hw10: Task(s) selected: Scrape data
Your grade will be emailed to you at a later date. |
@vincenzocoia @gvdr @ksedivyhaley @JoeyBernhardt @mynamedaike @pgonzaleze @derekcho
The text was updated successfully, but these errors were encountered: