All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
2 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
2 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Understand the basics of Pandas, its data structures, and how to install it.
  • Work with different types of data structures in Pandas.
  • Use descriptive and inferential statistics methods to analyze data.
  • Apply element-wise, row or column-wise, and table-wise function application on data.
  • Reindex, sort, and iterate through data using Pandas.
  • Use string methods for data cleaning and manipulation.
  • Customize display options and data types in Pandas.
  • Perform indexing and selecting operations based on labels, integers, or Boolean values.
  • Use window functions such as rolling, expanding, and ewm for data analysis.
  • Group data based on single or multiple columns, apply aggregation functions, and filter or transform data.
  • Work with categorical data, perform methods such as reorder, remove, add, and rename categories, and visualize categorical data using Pandas.
  • Visualize data using different types of plots such as line, bar, histogram, scatter, box, area, and heatmap.
  • Read and write data in different formats such as CSV, Excel, and JSON using Pandas.
  • Work with sparse data and understand its features.

Introduction to Pandas for Data Science Course
 
Welcome to the "Data Science | Data Analysis Pandas Complete Course" taught by Faisal Zamir. This comprehensive and in-depth course aims to provide students with the necessary skills and knowledge to excel in data analysis using the powerful Pandas library within the field of data science. With over 10 hours and 30 minutes of video content, this course delves into the intricacies of Pandas, equipping students with a solid foundation in data analysis techniques and strategies.
 
The course is thoughtfully structured to encompass both theoretical concepts and hands-on applications, ensuring a well-rounded learning experience. Under the expert guidance of Faisal Zamir, a seasoned instructor in the realm of data science, students will acquire a profound understanding of effectively analyzing and manipulating data using Pandas. By the completion of this course, students will possess the confidence and expertise to proficiently handle data analysis tasks, extract valuable insights, and make informed decisions based on data-driven approaches. Whether you're a novice starting your data science journey or an aspiring data scientist, this course will equip you with the necessary skills to thrive in the field of data analysis using Pandas.

  • You should have basic knowledge of Python programming with beginner experince
  • You did not have to buy extra software or course
  • Data Analysts: If you work with data and need to perform tasks such as data cleaning, data transformation, data exploration, and data visualization, learning pandas can greatly enhance your data analysis skills.
  • Data Engineers: Data engineers work on building data pipelines and data infrastructure. Understanding pandas can help in the transformation and preparation of data within the pipeline.
  • Researchers and Academics: Researchers and academics from various disciplines who work with data can benefit from pandas. It enables efficient data manipulation and analysis, making it easier to extract insights from research data.
  • Python Developers: If you are a Python developer who wants to expand your skillset in data manipulation and analysis, learning pandas can be highly advantageous. It allows you to work with structured data effectively and perform common data tasks efficiently.
  • Data Scientists: As a data scientist, you often need to preprocess and analyze large datasets. pandas offers powerful tools for handling and manipulating data, making it a valuable asset for data scientists.
View More...
  • Section 1 : Chapter 01 6 Lectures 00:21:26

    • Lecture 1 :
    • Pandas Chapter 01 Outlines Preview
    • Lecture 2 :
    • What is Pandas
    • Lecture 3 :
    • Where we can use Pandas
    • Lecture 4 :
    • What we can do with Pandas
    • Lecture 5 :
    • Pandas Basic Program
    • Lecture 6 :
    • Pandas Installation
  • Section 2 : Chapter 02 4 Lectures 00:26:07

    • Lecture 1 :
    • Pandas Chapter 02 Outlines
    • Lecture 2 :
    • Series Data Structure
    • Lecture 3 :
    • DataFrame Data Strcuture
    • Lecture 4 :
    • Panel Data Structure
  • Section 3 : Chapter 03 22 Lectures 01:34:09

    • Lecture 1 :
    • Chapter 03 Outlines for Pandas
    • Lecture 2 :
    • Series Creation with 5 Methods
    • Lecture 3 :
    • Indexing with Series
    • Lecture 4 :
    • Slicing with Series
    • Lecture 5 :
    • Arithmetics with Series
    • Lecture 6 :
    • Comparision with Series
    • Lecture 7 :
    • Aggregation with Series
    • Lecture 8 :
    • Filtering with Series
    • Lecture 9 :
    • All Attribues of Series
    • Lecture 10 :
    • head method with Series
    • Lecture 11 :
    • tail method with Series
    • Lecture 12 :
    • describe method with Series
    • Lecture 13 :
    • info method with Series
    • Lecture 14 :
    • mean method with Series
    • Lecture 15 :
    • sum method with Series
    • Lecture 16 :
    • unique method with Series
    • Lecture 17 :
    • value_counts method with Series
    • Lecture 18 :
    • sort_values method with Series
    • Lecture 19 :
    • apply method with Series
    • Lecture 20 :
    • fillna method with Series
    • Lecture 21 :
    • drop method with Series
    • Lecture 22 :
    • concat method with Series
  • Section 4 : Chapter 04 20 Lectures 01:55:25

    • Lecture 1 :
    • Chapter 04 Outlines for Pandas
    • Lecture 2 :
    • Methods to create DataFrame
    • Lecture 3 :
    • Select Add and Delete Column
    • Lecture 4 :
    • Select Add Delete Row
    • Lecture 5 :
    • Indexing and Slicing in DataFrame
    • Lecture 6 :
    • Arithmetic Operation with DataFrame
    • Lecture 7 :
    • Comparision Operations on DataFrame
    • Lecture 8 :
    • Aggregation with DataFrame
    • Lecture 9 :
    • Filtering in DataFrame
    • Lecture 10 :
    • Missing Data Handling in DataFrame
    • Lecture 11 :
    • Joining Method with DataFrame
    • Lecture 12 :
    • Sorting in DataFrame
    • Lecture 13 :
    • Attributes for DataFrame
    • Lecture 14 :
    • Head and Tail method in DF
    • Lecture 15 :
    • Describe and Info method with DF
    • Lecture 16 :
    • sort_values method with DF
    • Lecture 17 :
    • dropna Method with DF
    • Lecture 18 :
    • fillna and merge method with DF
    • Lecture 19 :
    • apply method with DF
    • Lecture 20 :
    • Panel in Pandas
  • Section 5 : Chapter 05 3 Lectures 00:18:26

    • Lecture 1 :
    • Chapter 05 Outlines
    • Lecture 2 :
    • Descriptive Statistics in Pandas
    • Lecture 3 :
    • Descriptive Methods in Pandas
  • Section 6 : Chapter 06 5 Lectures 00:24:07

    • Lecture 1 :
    • Pandas Chapter 06 Outlines
    • Lecture 2 :
    • Function Application in Pandas
    • Lecture 3 :
    • Element Wise Application
    • Lecture 4 :
    • Row or Column Wise Application
    • Lecture 5 :
    • Table wise Application
  • Section 7 : Chapter 07 9 Lectures 00:49:02

    • Lecture 1 :
    • Pandas Chapter 07 Outlines
    • Lecture 2 :
    • Reindexing in Pandas
    • Lecture 3 :
    • Iteration with items method
    • Lecture 4 :
    • Iteration with iterrows method
    • Lecture 5 :
    • Iteration with itertuples method
    • Lecture 6 :
    • Iteration in Pandas
    • Lecture 7 :
    • Sort Values in Pandas
    • Lecture 8 :
    • Sort Index in Pandas
    • Lecture 9 :
    • nlargest and nsmallest in Pandas
  • Section 8 : Chapter 08 11 Lectures 00:35:37

    • Lecture 1 :
    • Pandas Chapter 08 Outlines
    • Lecture 2 :
    • lower and upper method
    • Lecture 3 :
    • title and capatilize method
    • Lecture 4 :
    • swapecase method in Pandas
    • Lecture 5 :
    • strip Istrip rstrip in pandas
    • Lecture 6 :
    • join method in Pandas
    • Lecture 7 :
    • replace method in Pandas
    • Lecture 8 :
    • contains method in Pandas
    • Lecture 9 :
    • startswith and endswith in Pandas
    • Lecture 10 :
    • find and find in Pandas
    • Lecture 11 :
    • count and len Method in Pandas
  • Section 9 : Chapter 09 6 Lectures 00:36:13

    • Lecture 1 :
    • Pandas Chapter 09 Outline
    • Lecture 2 :
    • Display Option in Pandas
    • Lecture 3 :
    • Customizing Data Types
    • Lecture 4 :
    • Data Cleaning
    • Lecture 5 :
    • Label integer and boolean based indexing
    • Lecture 6 :
    • Query Method in Pandas
  • Section 10 : Chapter 10 4 Lectures 00:28:05

    • Lecture 1 :
    • Pandas Chapter 10 Outline
    • Lecture 2 :
    • Rolling Window in Pandas
    • Lecture 3 :
    • Rolling window functions in Pandas
    • Lecture 4 :
    • Expending Window in Pandas
  • Section 11 : Chapter 11 7 Lectures 00:39:06

    • Lecture 1 :
    • Pandas Chapter 11 Outline
    • Lecture 2 :
    • groupby Method in Pandas
    • Lecture 3 :
    • Aggregation on groupby in Pandas
    • Lecture 4 :
    • Transformation on groupby in Pandas
    • Lecture 5 :
    • Filteration in Pandas
    • Lecture 6 :
    • Transformation Example on groupby
    • Lecture 7 :
    • Aggregation Example with groupby
  • Section 12 : Chapter 12 3 Lectures

    • Lecture 1 :
    • Pandas Outline Chapter 12
    • Lecture 2 :
    • Pandas Categorical Data Introduction
    • Lecture 3 :
    • Pandas Categorical Data Example
  • Section 13 : Chapter 13 7 Lectures 00:29:56

    • Lecture 1 :
    • Pandas Chapter 13 Outline
    • Lecture 2 :
    • Lineplot in Pandas
    • Lecture 3 :
    • Barplot in Pandas
    • Lecture 4 :
    • Scatter plot in Pandas
    • Lecture 5 :
    • Boxplot in Pandas
    • Lecture 6 :
    • Area plot in Pandas
    • Lecture 7 :
    • Density Plot in Pandas
  • Section 14 : Chapter 14 7 Lectures 00:56:01

    • Lecture 1 :
    • Pandas Chapter 14 Outline
    • Lecture 2 :
    • Reading CSV File with Pandas
    • Lecture 3 :
    • Writing CSV file with Pandas
    • Lecture 4 :
    • Reading Excel file with Pandas
    • Lecture 5 :
    • Writing Excel file with Pandas
    • Lecture 6 :
    • Reading JSON file with Pandas
    • Lecture 7 :
    • Writing JSON file with Pandas
  • Section 15 : Chapter 15 5 Lectures

    • Lecture 1 :
    • Pandas Chapter 15
    • Lecture 2 :
    • to_datetime in Pandas
    • Lecture 3 :
    • Date Range in Numpy
    • Lecture 4 :
    • strftime in Numpy
    • Lecture 5 :
    • Timestamp in Numpy
  • 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?

500073 Course Views

29 Courses

Hello, my name is Faisal Zamir and I am a Master of Computer Science with over 7 years of experience in teaching. I have a passion for teaching and have dedicated my career to educating students on various topics related to web designing, web development, and programming languages such as Python, PHP, JavaScript, C++, C#, and more. As an instructor, I believe in providing students with a comprehensive learning experience that goes beyond just theory. That's why I always provide programming examples, discussion (Q&A), quizzes, assignments, problems with solutions, exercises, and more to ensure that my students have a hands-on approach to learning. My courses are designed to provide students with lifetime access to all course materials and resources, as well as ongoing support. I am committed to helping my students achieve their goals, whether it's to improve their skills for personal or professional reasons. In addition to teaching, I have also worked on various projects in the field of computer science and have acquired practical experience in implementing programming concepts in real-world scenarios. I bring this experience into my teaching to provide my students with a practical and relevant education. Thank you for considering my courses and I look forward to helping you achieve your goals in the world of computer science.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.