Question: what coding can i use in Python after importing pandas as pd --a csv file to determine the correlation between two variables from a dataset
what coding can i use in Python after importing pandas as pd --a csv file to determine the correlation between two variables from a dataset with 7 variables
the two variable i want to use from the data set includes numbers
for example age vs height
this is the code that was used to import my data file
import pandas as pd
a = pd.read_csv()
with open() as csvfile:
print(a.head())
print(a.tail())
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
