I need you to review the existing file with the project outline, which I was in progress. What I need is basically you to add 2-3 more questions and answer them with python code. You can ask whatever questions you want, so that you can show how to solve the problem on the code. I need also thorough explanation of why you choose that code, what’s so special and why it’s better with it. Basically, I need you to do answer questions you created and explain them, so I can use this information of the presentation. Two datasets to use for this project are attached below. The outline of the project is attached as well. One of the datasets is within the project outline called Airbnb(primary dataset). If you can also answer the questions I put on the outline in python code and explain them as well it would be great.
How to begin:
Decide on the dataset you will be using and identify some potential questions of
interest ahead of time.
Read/Import the dataset into your programming environment.
Carry out basic exploration of the dataset so you can thoroughly understand what the
dataset represents, and how it is structured, including any relevant details.
Carry out the analysis of the question(s) identified, paying attention to the process
that you followed to answer these questions for your report
Ideas of what could be done next. View yourself as an analyst in an organization.Considering the problem you tried to solve, where would you suggest the organization moves from here? Are there other related questions that could help expand your answers? Are there other data sources that could be combined to improve your analysis? In short, what’s next now that you understand the data fully and have attempted to answer these questions?
These are question from the project outline:
How does room type affect an Airbnb’s host potential review score?
Does the neighborhood affect an Airbnb host review score rating?
What are the most popular amenities Airbnb host offer on their postings?
How do different types of Airbnb accommodations (e.g. private rooms, entire homes, shared rooms) vary in terms of review score (With new dataset we can add price and popularity)?
Any Geographical or neighborhood-based trends of Airbnb rentals?
Average price of Airbnb rentals of neighborhoods within certain cities?
As I said before, add 2-3 questions. Write code in python to show how to solve each of the question. Finally write a report about the code so that it will explain every step of the code. Thank you.
The post I need you to review the existing file with the project outline, which I was in appeared first on My blog.