0
Hey guys ...my pandas library isn't working!!
Pls solve
5 Answers
+ 2
please show your code
+ 1
import pandas as pd
sel=['A','B','C']
s=pd.series(sel)
print(s)
+ 1
capitalize the 's' in Series
+ 1
Thank you so much sir. I'm grateful to youđ
0
Check this dude!