Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Яка команда дозволяє завантажити дані з файлу CSV у DataFrame?
df = pd.import_csv('file.csv')
df = pd.read_excel('file.xlsx')
df = pd.read_csv('file.csv')
df = pd.load_csv('file.csv')
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!