Eduardo
pip install pandas
and then try do to:
import pandas as pd
pd.read_csv("data.csv")
And you get a AttributeError: module 'pandas' has no attribute 'read_csv'
error. After some digging, you might find a version mismatch and either determine what's the equivalent function/class in the version you are running or upgrade/downgrade your installation