Question: 1) What is a data frame? What is a data structure in general? 2) What type of output would be displayed by the following code?
1) What is a "data frame"? What is a "data structure" in general?
2) What type of output would be displayed by the following code? Be specic.
from pandas import read_csv
data = read_csv("banking_data.csv")
print(data.describe())
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
