Skip to content

Commit b13a7b9

Browse files
authored
Update README.md
1 parent f624061 commit b13a7b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +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).
3+
### Dependencies-
4+
` pip install pandas
5+
pip install numpy
6+
`
37
### Table of contents -
48
* Introduction to pandas
59
* Dataframe Object
@@ -11,3 +15,4 @@ This is a pandas tutorial for data analysis.Here i have covered almost all the t
1115
* Merging Dataframes
1216
* Pivot and Pivot table
1317
* Reshaping Dataframes
18+
**Note:** All the suggestions are welcome.

0 commit comments

Comments
 (0)