This repository contains the analysis of two cruise vessels' performance of Cruise Company, using Python code written in a Quarto (.qmd
) file. The project focuses on evaluating operational metrics such as fuel efficiency, power generation, and other Key Performance Indicators (KPIs) to optimize maritime resource usage and improve sustainability.
This project analyzes the performance of two cruise vessels of Cruise Company by looking at trends over time, and calculating key operational metrics and KPIs. By understanding how vessels convert fuel into power and how they operate under different conditions, the analysis aims to optimize future operations while reducing the environmental impact.
The dataset includes several operational metrics like fuel consumption, energy generation, vessel speed, and operational hours. These metrics were used to calculate KPIs, which serve as benchmarks for assessing vessel performance.
The KPIs cover various dimensions of vessel performance, such as energy efficiency, fuel efficiency, and operational output. These metrics are essential for improving the overall sustainability and economic efficiency of the vessels.
This section evaluates how well each vessel performs based on the KPIs, identifying areas where improvements can be made. The report generated provides insights into optimizing fuel usage, power generation, and operational practices for future voyages.
The analysis highlights significant insights into the operational efficiencies of cruise vessels, with a focus on improving fuel usage and reducing environmental impact.
While the current dataset provides valuable insights, the absence of historical data limits the ability to track improvements over time. If historical data spanning at least the last ten years were available, we could analyze trends in fuel efficiency, energy consumption, and carbon emissions, providing a clearer picture of operational progress. Additionally, incorporating carbon emissions data would offer a more comprehensive view of the vessels' environmental impact. Future work could integrate these elements for a more robust analysis.
- task_data Folder: Contains the raw dataset, the imputed dataset, and the description of the variables used for the KPI analysis.
- Scripts Folder: The Quarto file (
.qmd
) which contains the Python code for KPI calculations and visualizations. - Output Folder: The final report (
ProjectTask.html
) generated from the Quarto file. - Instructions.txt: Detailed setup and running instructions, including required libraries.
- Data: Go to the
task_data/
folder to find the dataset used for analysis. - Scripts: The Quarto file containing the analysis code can be found in the folder. You can run this file to generate the analysis report.
- Output: The HTML report (
ProjectTask.html
) can be found in the folder and is viewable in any web browser. This file contains all the visualizations, KPI metrics, and interpretations of the data. - Instructions: Detailed setup instructions, including the libraries required to run the Quarto file, are provided in the
instructions.txt
file.
- Download the repository.
- Follow the setup steps in the
instructions.txt
file to install the necessary libraries and dependencies. - Open the Quarto (
.qmd
) file to modify or rerun the analysis. - Run the analysis to generate the report by executing the Quarto file