79451484

Date: 2025-02-19 13:26:31
Score: 2
Natty:
Report link
import pandas as pd

mydict={'A':[1,2,3,4,5,6],'B':[2,5,1,1,5,1]}
df = pd.DataFrame(*[mydict])
df.head()

Output:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shahidul Islam Molla