This plan includes
- Limited free courses access
- Play & Pause Course Videos
- Video Recorded Lectures
- Learn on Mobile/PC/Tablet
- Quizzes and Real Projects
- Lifetime Course Certificate
- Email & Chat Support
What you'll learn?
- Build a Solid Foundation in Data Analysis with Python
- Manipulate data quickly and efficiently
- How to code with Pandas toolkit
- Able to analyze a large file
- Learn hundreds of methods and attributes across numerous pandas objects
- Create dataframes with Pandas and recognize analytical approaches to data
Course Overview
Pre-requisites
- No Prior Knowledge or Experience Needed, Only a Passion to Learn !
- Download Anaconda 4.2.0, the free data science platform by Continuum, which contains Python 3.5.2 and pandas 0.19.2.
- Basic knowledge of data types (Basic Maths, integers, floating point numbers, Logic Conditions) etc, but not necessary
- Basic Or intermediate experience with Microsoft Excel, but not necessary.
Target Audience
- Data Analysis Beginner
- Business and Analyst
- Students and Other Professionals
- Beginner Python developers Curious to learn about Data Science
- Aspiring data scientists who want to add Python to their tool arsenal
Curriculum 103 Lectures 15:44:16
-
Section 1 : Getting Started
- Lecture 2 :
- How To Get Most Out Of This Course
- Lecture 3 :
- Better To Know These Things
- Lecture 4 :
- How To Install Python IPython And Jupyter Notebook
- Lecture 5 :
- How To Install Anaconda For macOS And Linux Users
- Lecture 6 :
- How To Work With The Jupyter Notebook Part - 1
- Lecture 7 :
- How To Work With The Jupyter Notebook Part - 2
-
Section 2 : Pandas Building Blacks
- Lecture 1 :
- How To Work With The Tabular Data
- Lecture 2 :
- How To Read The Documentation In Pandas
-
Section 3 : Pandas Data Structures
- Lecture 1 :
- Theory On Pandas Data Structures
- Lecture 2 :
- How To Construct The Pandas Series
- Lecture 3 :
- How To Construct The DataFrame Objects
- Lecture 4 :
- How Construct The Pandas Index Objects
- Lecture 5 :
- Practice_Part_01
- Lecture 6 :
- Practice_Part_01 Solution
-
Section 4 : Data Indexing and Selection In Pandas
- Lecture 1 :
- Theory On Data Indexing And Selection
- Lecture 2 :
- Data Selection In Series Part 1
- Lecture 3 :
- Data Selection In Series Part 2
- Lecture 4 :
- Indexers Loc And Iloc In Series
- Lecture 5 :
- Data Selection In DataFrame Part 1
- Lecture 6 :
- Data Selection In DataFrame Part 2
- Lecture 7 :
- Accessing Values Using Loc Iloc And Ix In DataFrame Objects
- Lecture 8 :
- Practice_Part_02
- Lecture 9 :
- Practice_Part_02 Solution
-
Section 5 : Essential Functionalities
- Lecture 1 :
- Theory On Essential Functionalities
- Lecture 2 :
- How To Reindex Pandas Objects
- Lecture 3 :
- How To Drop Along Rows and Columns Axis
- Lecture 4 :
- Arithmetic And Data Alignment
- Lecture 5 :
- Arithmetic Methods With Fill Values
- Lecture 6 :
- Broadcasting In Pandas
- Lecture 7 :
- Apply And Applymap In Pandas
- Lecture 8 :
- How To Sort And Rank In Pandas
- Lecture 9 :
- How To Work With The Duplicated Indices
- Lecture 10 :
- Summarising And Computing Descriptive Statistics
- Lecture 11 :
- Unique Values Value Counts And Membership
- Lecture 12 :
- Practice_Part_03
- Lecture 13 :
- Practice_Part_03 Solution
-
Section 6 : Data Handling
- Lecture 1 :
- Theory On Data Handling
- Lecture 2 :
- How To Read The Csv Files Part - 1
- Lecture 3 :
- How To Read The Csv Files Part - 2
- Lecture 4 :
- How To Read Text Files In Pieces
- Lecture 5 :
- How To Export Data In Text Format
- Lecture 6 :
- How To Use Python's Csv Module
- Lecture 7 :
- Practice_Part_04
- Lecture 8 :
- Practice_Part_04 Solution
-
Section 7 : Data Cleaning and Preparation
- Lecture 1 :
- Theory On Data Preprocessing
- Lecture 2 :
- How To Handle Missing Values
- Lecture 3 :
- How To Filter The Missing Values
- Lecture 4 :
- How To Filter The Missing Values Part 2
- Lecture 5 :
- How To Remove Duplicate Rows And Values
- Lecture 6 :
- How To Replace The Non Null Values
- Lecture 7 :
- How To Rename The Axis Labels
- Lecture 8 :
- How To Discretize And Bin The Data
- Lecture 9 :
- How To Filter And Detect The Outliers
- Lecture 10 :
- How To Reorder And Select Randomly
- Lecture 11 :
- Converting The Categorical Variables Into Dummy Variables
- Lecture 12 :
- How To Use 'map' Method
- Lecture 13 :
- How To Manipulate With Strings
- Lecture 14 :
- Using Regular Expressions
- Lecture 15 :
- Working With The Vectorized String Functions
- Lecture 16 :
- Practice_Part_05
- Lecture 17 :
- Practice_Part_05 Solution
-
Section 8 : Data Wrangling
- Lecture 1 :
- Theory On Data Wrangling
- Lecture 2 :
- Hierarchical Indexing
- Lecture 3 :
- Hierarchical Indexing Reordering And Sorting
- Lecture 4 :
- Summary Statistics By Level
- Lecture 5 :
- Hierarchical Indexing With DataFrame Columns
- Lecture 6 :
- How To Merge The Pandas Objects
- Lecture 7 :
- Merging On Row Index
- Lecture 8 :
- How To Concatenate Along An Axis
- Lecture 9 :
- How To Combine With Overlap
- Lecture 10 :
- How To Reshape And Pivot Data In Pandas
- Lecture 11 :
- Practice_Part_06
- Lecture 12 :
- Practice_Part_06 Solution
-
Section 9 : Data Grouping and Aggregation
- Lecture 1 :
- Theory On Data Groupby And Aggregation
- Lecture 2 :
- Groupby Operation
- Lecture 3 :
- How To Iterate Over Groupby Object
- Lecture 4 :
- How To Select Columns In Groupby Method
- Lecture 5 :
- Grouping Using Dictionaries And Series
- Lecture 6 :
- Grouping Using Functions And Index Level
- Lecture 7 :
- Data Aggregation
- Lecture 8 :
- Practice_Part_07
- Lecture 9 :
- Practice_Part_07 Solution
-
Section 10 : Time Series Analysis
- Lecture 1 :
- Theory On Time Series Analysis
- Lecture 2 :
- Introduction To Time Series Data Types
- Lecture 3 :
- How To Convert Between String And Datetime
- Lecture 4 :
- Time Series Basics With Pandas Objects
- Lecture 5 :
- Date Ranges, Frequencies And Shifting Part - 1
- Lecture 6 :
- Date Ranges Frequencies And Shifting Part - 2
- Lecture 7 :
- Time Zone Handling
- Lecture 8 :
- Periods And Period Arithmetic’s
- Lecture 9 :
- Practice_Part_08
- Lecture 10 :
- Practice_Part_08 Solution
-
Section 11 : Analysing Real Life Projects Using Open Source Data
- Lecture 1 :
- A Brief Introduction To The Pandas Projects
- Lecture 2 :
- Project_1 Description
- Lecture 3 :
- Project_1 Solution Part - 1
- Lecture 4 :
- Project_1 Solution Part - 2
- Lecture 5 :
- Project_2 Description
- Lecture 6 :
- Project_2 Solution
- Lecture 7 :
- Project_3 Description
- Lecture 8 :
- Project_3 Solution Part - 1
- Lecture 9 :
- Project_3 Solution Part - 2
- Lecture 10 :
- Project Assignment
Our learners work at
Frequently Asked Questions
-
How do i access the course after purchase?
It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time. -
Are these video based online self-learning courses?
Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic. -
Can i play & pause the course as per my convenience?
Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on. -
How do i contact the instructor for any doubts or questions?
Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want. -
Do i need a pc to access the course or can i do it on mobile & tablet as well?
Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly. -
Do i get any certificate for the courses?
Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion. -
For how long can i access my course on the platform?
You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions. -
Is there any free trial?
Currently, we do not offer any free trial. -
Can i cancel anytime?
Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?
Instructor
296117 Course Views
3 Courses