Skip to content

Commit 6f4bef4

Browse files
authored
🔁 Update README
1 parent 30863f5 commit 6f4bef4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ data = {'state': ['Ohio', 'Ohio', 'Ohio', 'Nevada', 'Nevada', 'Nevada'],
5454
df = pd.DataFrame(data)
5555
```
5656

57-
## Draw financial Chart 🗂
57+
## Draw financial Chart 💹
5858
```
5959
import pandas as pd
6060
import matplotlib.pyplot as plt
@@ -90,3 +90,5 @@ ax.set_title('Important dates in the 2008-2009 financial crisis')
9090
9191
fig.show()
9292
```
93+
94+
![Draw_financial_Chart Pandas Python Example Code](Images/Chart_Draw_financial_Chart.png)

0 commit comments

Comments
 (0)