Toggle navigation
JUPYTER
FAQ
View as Code
Python 3 Kernel
View on Gist
Execute on Binder
Download Notebook
Notebook
In [2]:
import
pandas
as
pd
pd
.
set_option
(
'html.table_schema'
,
True
)
In [3]:
pd
.
DataFrame
([
1
,
2
,
3
])
Out[3]:
0
0
1
1
2
2
3
In [ ]: