Ribin-Baby / coursera-Introduction-to-Data-Science-in-Python

This repository is a workbook for coursera's Introduction to Data Science in Python course . link: https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Data Science in Python

Course link : click here

  • In this week you'll get an introduction to the field of data science, review common Python functionality and features.
  • In this week of the course you'll learn the fundamentals of one of the most important toolkits Python has for data cleaning and processing -- pandas. You'll learn how to read in data into DataFrame structures, how to query these structures, and the details about such structures are indexed.
  • In this week you'll deepen your understanding of the python pandas library by learning how to merge DataFrames, generate summary tables, group data into logical pieces, and manipulate dates. We'll also refresh your understanding of scales of data, and discuss issues with creating metrics for analysis.
  • In this week of the course you'll be introduced to a variety of statistical techniques such a distributions, sampling and t-tests.

Data folder

  • This folder contains dataset required for this course.

About

This repository is a workbook for coursera's Introduction to Data Science in Python course . link: https://www.coursera.org/learn/python-data-analysis?specialization=data-science-python


Languages

Language:Jupyter Notebook 82.9%Language:HTML 17.1%