• Post category:StudyBullet-9
  • Reading time:8 mins read


Data Analysis with Pandas in Python and NumPy for Data Science and Machine Learning in Python

What you will learn

Data analysis using python

Basics of Numpy, Arrays, Lists.

Accessing/Changing Specific Elements, Rows, Columns, etc

Initializing Different Arrays (1s, 0s, full, random, etc)

Basic Mathematics (arithmetic, trigonometry, etc.)

Linear Algebra and Statistics

Reorganizing Arrays

Load data in from a file

Advanced Indexing and Boolean Masking

Importing and creating data frame in python

Data cleaning

Description

Welcome! This is Numpy and Pandas for Beginners course.

The most comprehensive Pandas and Numpy course available on Udemy! An excellent choice for both beginners and experts looking to expand their knowledge on one of the most popular Python libraries in the world!

Pandas for Data Analysis in Python offers  in-depth video tutorials on the most powerful data analysis toolkit

Why learn pandas?

If you’ve spent time in a spreadsheet software like MS Excel or Google Sheets and want to take your data analysis skills to the next level, this course is for you!

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real-world data analysis in Python.

Pandas is the most powerful and flexible open source data analysis/manipulation tool available in any language.

pandas is well suited for many different kinds of data:

  • Tabular data with heterogeneously-typed columns, as in an SQL table or Excel spreadsheet
  • Ordered and unordered (not necessarily fixed-frequency) time series data.
  • Arbitrary matrix data (homogeneously typed or heterogeneous) with row and column labels
  • Any other form of observational / statistical data sets. The data need not be labeled at all to be placed into a pandas data structure

Data Analysis with Pandas and Python is bundled with dozens of datasets for you to use. Dive right in and follow along with my lessons to see how easy it is to get started with pandas!


Get Instant Notification of New Courses on our Telegram channel.


One question or concern I get a lot is that people want to learn deep learning and data science, so they take these courses, but they get left behind because they don’t know enough about the Numpy stack in order to turn those concepts into code.

Even if I write the code in full, if you don’t know Numpy, then it’s still very hard to read.

This course is designed to remove that obstacle – to show you how to do things in the Numpy stack that are frequently needed in deep learning and data science.

So what are those things?

Numpy. This forms the basis for everything else. The central object in Numpy is the Numpy array, on which you can do various operations.

The key is that a Numpy array isn’t just a regular array you’d see in a language like Java or C++, but instead is like a mathematical object like a vector or a matrix.

That means you can do vector and matrix operations like addition, subtraction, and multiplication.

The most important aspect of Numpy arrays is that they are optimized for speed. So we’re going to do a demo where I prove to you that using a Numpy vectorized operation is faster than using a Python list.

Then we’ll look at some more complicated matrix operations, like products, inverses, determinants, and solving linear systems.

English
language

Content

Introduction

Introduction

NumPy and it’s Applications

Tour
NumPy and it’s Applications

Initializing an Array

Initializing an Array
NumPy Datatypes
Change Data Type

Accessing/Changing Specific Elements, Rows, Columns, etc

Accessing/Changing Specific Elements
Practice Test 1

Initializing Different Arrays (1s, 0s, full, random, etc)

Initializing Different Arrays
Create Matrix

Basic Mathematics (arithmetic, trigonometry, etc.)

Basic Mathematics
Mathematics

Linear Algebra and Statistics

Linear Algebra and Statistics
Linear Algebra

Reorganizing Arrays

Reorganizing Arrays
Reorganizing

Load data in from a file

Load data using NumPy

Advanced Indexing and Boolean Masking

Advanced Indexing and Boolean Masking

Introduction of Pandas

Introduction of Pandas
Data Description
Black Friday Sales CSV file
Importing the data

Creating a DataFrame

Series
Creating a DataFrame
Homework

Data Cleaning

Data Cleaning

Dealing with Empty cells

Mean Median Mode
Empty cells

Dealing with wrong data

Wrong Data

Dealing with wrong data type

Wrong Datatype

Dealing with duplicate data

Duplicates

Correlation

Correlation Introduction
Correlation

Certificate

Certificate