Skip to content

Introduction to important python libraries which you need to get started with Data Science.

Notifications You must be signed in to change notification settings

SRM-ACM-Women/Getting-started-with-Data-Science

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Introduction to important python libraries which you need to get started with Data Science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%