Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following statement will import pandas?

a) import pandas as pd
b) import panda as py
c) import pandaspy as pd
d) all of the mentioned

Answer: a
Explanation: You can read data from a CSV file using the read_csv function.

Join The Discussion