Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.41 KB

File metadata and controls

19 lines (14 loc) · 1.41 KB

Getting-started-with-Data-Science

Data Science is said to be the sexiest job of 21st century. So here is an introduction of the important python libraries which you will need to get started with Data Science. In this repository, you can find jupyter notebooks explaining the basics of Pandas, Numpy, Seaborn and a simple data science project for you to see a glimpse of what you can achieve with these tools.

pandas

pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming language.

Numpy

NumPy is the fundamental package for scientific computing in Python. It is a Python library that provides a multidimensional array object, various derived objects (such as masked arrays and matrices), and an assortment of routines for fast operations on arrays, including mathematical, logical, shape manipulation, sorting, selecting, I/O, discrete Fourier transforms, basic linear algebra, basic statistical operations, random simulation and much more.

Seaborn

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.