Why isn't Dataframe working in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why isn't Dataframe working in python

5th Aug 2020, 9:35 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
4 Answers
+ 3
Good exlanatin, codemonkey. When case make difference.
5th Aug 2020, 10:26 PM
Alexander Koval🇧🇾
Alexander Koval🇧🇾 - avatar
+ 2
import pandas as pd import numpy as np data={"Name":['Ashu','Elon'],"Class":[12,20]} s=pd.Dataframe(data) print(s)
5th Aug 2020, 9:35 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
+ 1
What's the erroe in this code
5th Aug 2020, 9:35 PM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar
+ 1
Ohk thanks 🙏
6th Aug 2020, 3:33 AM
Ashutosh Nautiyal
Ashutosh Nautiyal - avatar