Hey guys ...my pandas library isn't working!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Hey guys ...my pandas library isn't working!!

Pls solve

2nd Aug 2020, 5:21 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
5 Answers
+ 2
please show your code
2nd Aug 2020, 5:24 PM
Slick
Slick - avatar
+ 1
import pandas as pd sel=['A','B','C'] s=pd.series(sel) print(s)
2nd Aug 2020, 5:30 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
+ 1
capitalize the 's' in Series
2nd Aug 2020, 5:32 PM
Slick
Slick - avatar
+ 1
Thank you so much sir. I'm grateful to you🙏
2nd Aug 2020, 5:34 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
0
Check this dude!
2nd Aug 2020, 5:30 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar