We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2df6d5 commit 665c6b0Copy full SHA for 665c6b0
1 file changed
python/datafusion/html_formatter.py
@@ -78,7 +78,7 @@ def format_html(
78
# Add table header
79
html.append("<thead>")
80
html.append("<tr>")
81
- for field in schema.fields:
+ for field in schema:
82
html.append(
83
"<th style='border: 1px solid black; padding: 8px; "
84
"text-align: left; background-color: #f2f2f2; "
0 commit comments