We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b144cc1 commit a1d2872Copy full SHA for a1d2872
pandas/core/frame.py
@@ -538,8 +538,7 @@ def _repr_html_(self):
538
max_cols = get_option("display.max_columns")
539
show_dimensions = get_option("display.show_dimensions")
540
541
- return ('<div style="max-height:1000px;'
542
- 'max-width:1500px;overflow:auto;">\n' +
+ return ('<div>\n' +
543
self.to_html(max_rows=max_rows, max_cols=max_cols,
544
show_dimensions=show_dimensions) + '\n</div>')
545
else:
0 commit comments