Skip to content

Commit 6310926

Browse files
authored
Update README.md
1 parent a6e030b commit 6310926

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Data-analysis-with-pandas
22
This is a pandas tutorial for data analysis.Here i have covered almost all the topics of pandas except time series analysis(this is something for future).
33
### Dependencies-
4-
` pip install pandas <br>
5-
pip install numpy
6-
`
4+
` pip install pandas `
5+
` pip install numpy `
6+
77
### Table of contents -
88
* Introduction to pandas
99
* Dataframe Object
@@ -14,6 +14,6 @@ This is a pandas tutorial for data analysis.Here i have covered almost all the t
1414
* Concat Dataframes
1515
* Merging Dataframes
1616
* Pivot and Pivot table
17-
* Reshaping Dataframes
18-
<br>
17+
* Reshaping Dataframes<br>
18+
1919
**Note:** All the suggestions are welcome.

0 commit comments

Comments
 (0)