Skip to content

Commit

Permalink
fixed problem on showing pics
Browse files Browse the repository at this point in the history
  • Loading branch information
Promesis committed Feb 17, 2024
1 parent 90a2418 commit 2c4b5b3
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions _posts/python/2024-2-15-Pandas.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
related: false # not related to any other posts.
title: "细讲Pandas"
category: "Python"
toc: true
---

# **预备知识:Python语法复习拓展**
Expand Down Expand Up @@ -98,7 +99,7 @@ print("y:", y)

| | | |
|:----------------:|:-----------------:|:----------------:|
|![](./before.png) | ![](./assign.png) | ![](./after.png) |
|![](https://i.postimg.cc/1XC6tsrw/before.png) | ![](https://i.postimg.cc/KjvBxRBm/assign.png) | ![](https://i.postimg.cc/hj0Tk9JC/after.png) |


现在,对于选择题中“方括号里应该填什么”的问题,不应该再错了。
Expand Down Expand Up @@ -1836,7 +1837,7 @@ plt.show()



![](output_176_0.png)
![](https://i.postimg.cc/VkbMfyr0/output-176-0.png)



Expand Down Expand Up @@ -1878,7 +1879,7 @@ plt.show()



![](output_180_0.png)
![](https://i.postimg.cc/85TrmjyL/output-180-0.png)



Expand All @@ -1893,7 +1894,7 @@ plt.show()



![](output_182_0.png)
![](https://i.postimg.cc/ZqtN0fp7/output-182-0.png)



Expand All @@ -1910,7 +1911,7 @@ plt.show()



![](output_184_0.png)
![](https://i.postimg.cc/SsVYTk53/output-184-0.png)



Expand All @@ -1925,7 +1926,7 @@ plt.show()



![](output_186_0.png)
![](https://i.postimg.cc/x8CJBBVC/output-186-0.png)



Expand All @@ -1946,7 +1947,7 @@ plt.show()



![](output_188_0.png)
![](https://i.postimg.cc/q7s3K8Gk/output-188-0.png)



Expand All @@ -1968,7 +1969,7 @@ plt.show()



![](output_190_0.png)
![](https://i.postimg.cc/fyrts5Mv/output-190-0.png)



Expand All @@ -1988,7 +1989,7 @@ plt.show()



![](output_192_0.png)
![](https://i.postimg.cc/wBQ1M96M/output-192-0.png)



Expand All @@ -2011,7 +2012,7 @@ plt.show()



![](output_194_0.png)
![](https://i.postimg.cc/66jGC6CG/output-194-0.png)



Expand All @@ -2033,7 +2034,7 @@ plt.show()



![](output_196_0.png)
![](https://i.postimg.cc/Kv13fX5p/output-196-0.png)



Expand All @@ -2055,7 +2056,7 @@ plt.show()



![](output_198_0.png)
![](https://i.postimg.cc/CL9B6vPh/output-198-0.png)



Expand All @@ -2076,7 +2077,7 @@ plt.show()



![](output_200_0.png)
![](https://i.postimg.cc/T3mL8rFr/output-200-0.png)



Expand All @@ -2096,7 +2097,7 @@ plt.show()



![](output_202_0.png)
![](https://i.postimg.cc/fbN3MVQ1/output-202-0.png)



Expand All @@ -2117,7 +2118,7 @@ plt.show()



![](output_204_0.png)
![](https://i.postimg.cc/Tw2pWBw9/output-204-0.png)



Expand Down
Binary file removed _posts/python/after.png
Binary file not shown.
Binary file removed _posts/python/assign.png
Binary file not shown.
Binary file removed _posts/python/before.png
Binary file not shown.
Binary file removed _posts/python/output_120_0.png
Binary file not shown.
Binary file removed _posts/python/output_176_0.png
Binary file not shown.
Binary file removed _posts/python/output_178_0.png
Binary file not shown.
Binary file removed _posts/python/output_180_0.png
Binary file not shown.
Binary file removed _posts/python/output_182_0.png
Binary file not shown.
Binary file removed _posts/python/output_184_0.png
Binary file not shown.
Binary file removed _posts/python/output_186_0.png
Binary file not shown.
Binary file removed _posts/python/output_188_0.png
Binary file not shown.
Binary file removed _posts/python/output_190_0.png
Binary file not shown.
Binary file removed _posts/python/output_192_0.png
Binary file not shown.
Binary file removed _posts/python/output_194_0.png
Binary file not shown.
Binary file removed _posts/python/output_196_0.png
Binary file not shown.
Binary file removed _posts/python/output_198_0.png
Binary file not shown.
Binary file removed _posts/python/output_200_0.png
Binary file not shown.
Binary file removed _posts/python/output_202_0.png
Binary file not shown.
Binary file removed _posts/python/output_204_0.png
Binary file not shown.

0 comments on commit 2c4b5b3

Please sign in to comment.