3.1.5.5 Lab - Correlation Analysis in PythonOctober 11, 20211Lab - Correlation Analysis in Python1.0.1Objectives* Part 1: The Dataset * Part 2: Scatterplot Graphs and Correlatable Variables * Part 3: CalculatingCorrelation with Python * Part 4: Visualizing1.0.2Scenario/BackgroundCorrelation is an important statistical relationship that can indicate whether the variable valuesare linearly related.In this lab, you will learn how to use Python to calculate correlation. In Part 1, you will setup thedataset. In Part 2, you will learn how to identify if the variables in a given dataset are correlatable.Finally, in Part 3, you will use Python to calculate the correlation between two sets of variable.1.0.3Required Resources• 1 PC with Internet access• Raspberry Pi version 2 or higher• Python libraries: pandas, numpy, matplotlib, seaborn• Datafiles: brainsize.txt1.1Part 1: The DatasetYou will use a dataset that contains a sample of 40 right-handed Anglo Introductory Psychologystudents at a large Southwestern university. Subjects took four subtests (Vocabulary, Similarities,Block Design, and Picture Completion) of the Wechsler (1981) Adult Intelligence Scale-Revised.The researchers used Magnetic Resonance Imaging (MRI) to determine the brain size of the subjects.Information about gender and body size (height and weight) are also included.The researchers1