You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Almost all of the DataFrame and Series objects throughout the docs are just images. We should update them to be HTML tables so Mia can understand them better. To generate the HTML, you can use the following code snippet in the Research Environment:
The number of columns should match the columns that display in the Research Environment. For styling, wrap the HTML table with <div class='dataframe-wrapper'> and </div>.
When replacing the images of pandas Series objects, we can use
Almost all of the DataFrame and Series objects throughout the docs are just images. We should update them to be HTML tables so Mia can understand them better. To generate the HTML, you can use the following code snippet in the Research Environment:
The number of columns should match the columns that display in the Research Environment. For styling, wrap the HTML table with
<div class='dataframe-wrapper'>
and</div>
.When replacing the images of pandas Series objects, we can use
The text was updated successfully, but these errors were encountered: