回答編集履歴
1
修正
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
```python
|
4
4
|
|
5
|
-
st.write(df.style.format('{:.
|
5
|
+
st.write(df.style.format('{:.1f}'))
|
6
6
|
|
7
7
|
```
|
8
8
|
|