absolute beginner guide
Intro to Pandas: -1 : An absolute beginners guide to Machine Learning and Data science.
Pandas is hands down one of the best libraries of python. It supports reading and writing excel spreadsheets, CVS's and a whole lot of manipulation. It is more like a mandatory library you need to know if you're dealing with datasets from excel files and CSV files. This is part one of Pandas tutorial. I'm not going to cover everything possible with pandas, however, I want to give you a taste of what it is and how you can get started with it.
Introduction to Numpy -1 : An absolute beginners guide to Machine Learning and Data science.
Numpy is a math library for python. It enables us to do computation efficiently and effectively. It is better than regular python because of it's amazing capabilities. In this article I'm just going to introduce you to the basics of what is mostly required for machine learning and datascience. I'm not going to cover everything that's possible with numpy library.