When solving the First code case from the Machine Learning course I can either solve the first Test case or the second, yet it asks that I solve both. This is my code: filename = input() column_name = input() import pandas as pd df = pd.read_csv(filename) print(df['a'].values) Many thanks! Edit: changed 'b' to 'a'
1/17/2022 12:22:16 PM
Gonzalo Rodríguez Hermida5 Answers
New AnswerYou are taking an input called column_name, you're supposed to use it XD
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message