Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 985 Bytes

File metadata and controls

18 lines (14 loc) · 985 Bytes

Assignment for the Coding for Economists 2024

Overview

This is an assignment for the Coding for Economists 2024 course. I used the "hotels-vienna" on the "Gabors Data Analysis" page.

How to Reproduce This Analysis (Python)

  1. Clone this repository into your local environment.
  2. Open Anaconda Navigator.
  3. Select Jupyter Notebook.
  4. Open the cloned repository on Jupyter Notebook.
  5. Run the code for data processing and analysis. Each cell includes comments, making it easy to understand what each cell is doing.

How to Reproduce This Analysis (Stata)

  1. Clone this repository into your local environment.
  2. Launch the Stata software on your computer.
  3. In Stata, open each do file individually.
  4. Run the code for data processing and analysis. Each cell includes comments, making it easy to understand what each cell is doing.