+ 2
Why isn't Dataframe working in python
4 Answers
+ 3
Good exlanatin, codemonkey. When case make difference.
+ 2
import pandas as pd
import numpy as np
data={"Name":['Ashu','Elon'],"Class":[12,20]}
s=pd.Dataframe(data)
print(s)
+ 1
What's the erroe in this code
+ 1
Ohk thanks đ