Skip to content

Commit 495da59

Browse files
authored
Update README.md
1 parent 7967c84 commit 495da59

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
# Notes-on-Python-for-Data-Analysis-2nd-Edition
2-
3-
Notes in IPython notebooks for "Python for Data Analysis" by Wes McKinney,
4-
published by O'Reilly Media
2+
Notes in IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
53

64
[Buy the book on Amazon][1]
75

86
## Book Description
9-
107
Get complete instructions for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.6, the second edition of this hands-on guide is packed with practical case studies that show you how to solve a broad set of data analysis problems effectively. You’ll learn the latest versions of pandas, NumPy, IPython, and Jupyter in the process. Written by Wes McKinney, the creator of the Python pandas project, this book is a practical, modern introduction to data science tools in Python.
118

129
## Book Review
@@ -17,20 +14,15 @@ The author covers every aspect of a Data Analysis operation, from input and clea
1714

1815
I especially enjoyed the Appendix section where the author covers advanced topics on NumPy, pandas and IPython system.
1916

20-
My Rating:
21-
<p align="center">
22-
<img alt="Star Rating" src="images/starRating.PNG" class="img-responsive">
23-
</p>
24-
2517
## Note
2618
* I have only included the Jupyter notebooks containing my notes from the book. I have not included the datasets because some of them are quite large and take a whole lot of space in the repo. You can get the datasets at books's official [GitHub Repository](https://github.com/wesm/pydata-book)
2719

2820
* These notes are by no means close to the book's original content. I have created this repo because I want all of my notes in a single place with easy access. By all means refer to the notes if you want need quick guidance. But for in-depth knowledge, buy the book.
2921

3022
## License
3123
Attribution: Python for Data Analysis by Wes McKinney (O’Reilly). Copyright 2017 Wes McKinney, 978-1-491-95766-0.
32-
### Code
3324

25+
### Code
3426
The code in this repository, including all code samples in the notebooks listed
3527
above, is released under the [MIT license](LICENSE-CODE). Read more at the
3628
[Open Source Initiative](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)