+ 1
missing numbers in DS course
https://code.sololearn.com/ctfs9mtPH7NC/?ref=app why platform validator not accepting my code? project from Data Visualization module
2 Answers
+ 1
use Series instead of DataFrame to match the expected output.
...
df = pd.Series(lst)
...
print(df)
+ 1
thnx