Tampilkan Pandas DataFrame dengan Border

%%HTML
<style type="text/css">
table.dataframe td, table.dataframe th {
    border: 1px  black solid !important;
  color: black !important;
}
</style>
Obedient Ocelot