Skip to content

Latest commit

 

History

History
68 lines (36 loc) · 3.41 KB

README.md

File metadata and controls

68 lines (36 loc) · 3.41 KB

Python

Pandas

Matplotlib

Global Surface Air Temperature Scatter of 7 Countries

Please refer this link for dataset and download the dataset: https://drive.google.com/open?id=1-m2sNK6gEgRYqT6a_Jzxb0IYLUxiSsgv

In this Project, I have created scatter(a graph with only points) of surface temperatures of 7 countries which include India, Russia, China, United States, Canada, Brazil & Australia. The dataset contains almost 1 lakh of data. I have used pandas to do manipulation of dataset and used matplotlib to plot the scatter of the data. The scatter of the data may be used in research projects or for data analysis. It clearly shows some patterns in the surface temperature.

I have used IDLE Python for creating and executing the code. Please refer the code with the essential comments in the code.

Output Scatter

Refer Output folder of repository to see full screen image.

1. India

Scatter of India

2. Russia

Scatter of Russia

3. China

Scatter of China

4. Canada

Scatter of Canada

5. Brazil

Scatter of Brazil

6. Australia

Scatter of Australia

7. United States

Scatter of United States

Clone

Clone this repo to your local machine using https://github.com/suyashphatak23/Surface-Temperature-Scatter

Setup

  1. Open Command Prompt

  2. Install pandas and matplotlib python-libray in your local machine by using following commands:

> pip install pandas
> pip install matplotlib
  1. Run the code in python3 shell

License

License

MIT license