回答編集履歴

1

c

2019/03/04 04:29

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
  df = pd.read_csv(text, delim_whitespace=True)
30
30
 
31
- print(df.to_html())
31
+ print(df.to_html(classes='table'))
32
32
 
33
33
  ```
34
34