python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
import pandas as pd dic={'Class':['I','II','III','IV','V','VI','VII','VIII','IX'], 'Pass_Percentage':[100,100,100,100,100,100,100,100,100]} result=pd.DataFrame(dic) print(result) print(result.dtypes) print("shape of the dataframe::") print(result.shape)
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up