Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

creata daframe python

d = {'col1': [1, 2], 'col2': [3, 4]}
df = pd.DataFrame(data=d)
df
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #creata #daframe #python
ADD COMMENT
Topic
Name
1+6 =