md`### Part 1: Data Selection
For this assignment, I will explore the climate change dataset from [link](https://raw.githubusercontent.com/ZeningQu/World-Bank-Data-by-Indicators/master/climate-change/climate-change.csv).
This dataset contains 52 time series data. One of the variable is \`Country Code\`, so I know the dataset contains data from multiple countries. In this exploration, I will only use the data collected from the **United States** to answer the following questions:
1. How does emission change over time?
2. How does agricultural land as a % of total land change over time?
3. How does fishing, forestry and agriculture as a % of GDP change over time?
After some exploratory analysis of the data, I want to answer more questions on the relationship between multiple variables.
`