This project contains exploratory analysis on the NYC Airbnb Dataset. The analysis is performed using Jupyter Notebooks.
The datasets used in this project are:
airbnb_last_review.tsv
airbnb_price.csv
airbnb_room_type.xlsx
• basic_analysis.ipynb contains the basic overview of the datasets • analysis.ipynb contains more detailed and extensive analysis
-
Clone the repository:
git clone https://github.com/adamlaw669/Exploratory-analysis-of-the-NYC-airbnb-dataset cd your-repo
-
Install the required dependencies:
pip install -r requirements.txt
-
Confirm the paths of the datasets in the Jupyter Notebooks (
analysis.ipynb
and basic_analysis.ipynb). -
Open the Jupyter Notebooks and run all cells to see the analysis:
jupyter notebook analysis.ipynb jupyter notebook basic_analysis.ipynb
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- NYC Airbnb Dataset
- Jupyter
- Pandas
- NumPy