回答編集履歴

1

修正

2021/08/20 01:34

投稿

bsdfan
bsdfan

スコア4794

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```python
4
4
 
5
- st.write(df.style.format('{:.2f}'))
5
+ st.write(df.style.format('{:.1f}'))
6
6
 
7
7
  ```
8
8