Update 70.Pandas的应用-1.md

pull/851/head
CatherineS 2022-01-06 16:45:07 +08:00 committed by GitHub
parent e13f27be33
commit becfd97154
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ dtype: int64
代码:
```Python
print(ser2[0], ser[1], ser[2], ser[3])
print(ser2[0], ser2[1], ser2[2], ser2[3])
ser2[0], ser2[3] = 350, 360
print(ser2)
```
@ -683,4 +683,4 @@ plt.ylabel('各季度占比')
plt.show()
```
![](res/series-pie-graph.png)
![](res/series-pie-graph.png)