We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeae3f4 + ef0252b commit 940fe7eCopy full SHA for 940fe7e
lib/daru/iruby/templates/dataframe.html.erb
@@ -1,5 +1,5 @@
1
<b> Daru::DataFrame<%= name ? ": #{name} " : ''%>(<%=nrows%>x<%=ncols%>) </b>
2
-<table>
+<table border="1" class="dataframe">
3
<%= table_thead %>
4
<%= table_tbody %>
5
</table>
0 commit comments