No products in the cart.

write python code to create following …

CBSE, JEE, NEET, CUET

CBSE, JEE, NEET, CUET

Question Bank, Mock Tests, Exam Papers

NCERT Solutions, Sample Papers, Notes, Videos

write python code to create following dataframe
  • 3 answers

Tec Om 3 years, 3 months ago

import pandas as pd
a={"name":["nikita","om","jatin"],"class":[12,12,12,]}
df=pd.DataFrame(a)
print (df)

Tec Om 3 years, 3 months ago

<pref>you can create data frame by following lines: import pandas as pd a={ "names":["hari","nikita"] } #here you can give any type of dictionary df=pd.DataFrame(a) print(df) #your program will be printed here</pref>

Jatin Batra 3 years, 3 months ago

Where is '' following dataframe " , kindly mention so that I can answer u....
http://mycbseguide.com/examin8/

Related Questions

Founder of python
  • 2 answers

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App