Part 1: Intro of Dataset

The name of the dataset is “oil-and-gas-refining_emissions_sources.csv”.

We obtained it from the Climate TRACE website (https://climatetrace.org/data) under “Fossil Fuel Operations”.

We located the license of the dataset in the about_the_data.pdf file within the ABOUT_THE_DATA folder. The document states that “all Climate TRACE data is freely available under the Creative Commons Attribution 4.0 International Public License”.

The file size is 12.5MB and there are 27360 items.

Part 2: Data Cleaning and Analysis

In this section, we conducted a thorough data cleaning and analysis process to prepare our dataset for further exploration. One of the initial steps involved dropping columns that were deemed irrelevant for our analysis. These columns included ‘other1’, ‘other2’, ‘other3’, and so on, along with their corresponding definition columns like ‘other1_def’, ‘other2_def’, and so forth. These columns were not essential to our analysis objectives and were thus removed to streamline our dataset.

Following the column removal, we focused on extracting relevant information from the remaining data. Specifically, we extracted the year component from the ‘date’ column, as it was the only temporal information required for our analysis. This step allowed us to simplify the dataset structure while retaining the necessary temporal context for our analysis.

Additionally, we addressed any missing or null values within the dataset. Although the number of rows with null values was relatively small, approximately 50 to 60 rows, we opted to drop these rows to ensure the integrity and accuracy of our analysis. Removing these rows helped us maintain a clean and consistent dataset, which is crucial for drawing meaningful insights and making informed decisions based on the data.

Overall, through these data cleaning and preprocessing steps, we have prepared a refined dataset that is well-suited for further analysis and exploration. The streamlined structure, devoid of unnecessary columns and cleaned of missing values, sets a solid foundation for conducting insightful data analysis and deriving valuable insights.

Part 3: Data Visualization

Description of Visualization: Graph 1: Stacked Barchart

We first plotted the comprehensive gas emissions for the countries with the top 10 emissions around the world. This is in the form of a stacked bar chart in order to be able to see the distribution of the different types of gases.

Description of Visualization: Graph 2: Barchart

To explore this concept further, we made an interactive bar chart to select the year to focus on. This shows the gas emissions of the same top 10 countries, separated by gas types, which are side by side.

Interactivity:

Insights:

Description of Visualization: Graph 3: Line Chart

This visualization better displays the pattern of gas emissions over time. These are separated by gas type and country.

Interactivity:

Insights:

Description of Visualization: Graph 4: World Map

To better visualize the geographic distribution of gas emissions, we have plotted this onto a world map.

Interactivity:

Insights:

Description of Visualization: Graph 5: World Map

This graph is the same as the previous graph but was implemented using plotly rather than altair, as altair doesn’t support zoom/pan functionality for world maps. However, the functionality of the results is nearly identical.