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
4 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%
4 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
  • Essential Python data types and data structure basics with Libraries like NumPy and Pandas for Data Science or Machine Learning Beginner.

Welcome to my new course Python Essentials with Pandas and Numpy for Data Science
 
 
 
In this course, we will learn the basics of Python Data Structures and the most important Data Science libraries like NumPy and Pandas with step by step examples!
 
 
 
The first session will be a theory session in which, we will have an introduction to python, its applications and the libraries.
 
 
 
In the next session, we will proceed with installing python in your computer. We will install and configure anaconda which is a platform you can use for quick and easy installation of python and its libraries. We will get ourselves familiar with Jupiter notebook, which is the IDE that we are using throughout this course for python coding.
 
 
 
Then we will go ahead with the basic python data types like strings, numbers and its operations. We will deal with different types of ways to assign and access strings, string slicing, replacement, concatenation, formatting and f strings.
 
 
 
Dealing with numbers, we will discuss the assignment, accessing and different operations with integers and floats. The operations include basic ones and also advanced ones like exponents. Also we will check the order of operations, increments and decrements, rounding values and type casting.
 
 
 
Then we will proceed with basic data structures in python like Lists tuples and set. For lists, we will try different assignment, access and slicing options. Along with popular list methods, we will also see list extension, removal, reversing, sorting, min and max, existence check , list looping, slicing, and also inter-conversion of list and strings.
 
 
 
For Tuples also we will do the assignment and access options and the proceed with different options with set in python.
 
 
 
After that, we will deal with python dictionaries. Different assignment and access methods. Value update and delete methods and also looping through the values in the dictionary.
 
 
 
And after learning all of these basic data types and data structures, its time for us to proceed with the popular libraries for data-science in python. We will start with the NumPy library. We will check different ways to create a new NumPy array, reshaping , transforming list to arrays, zero arrays and one arrays, different array operations, array indexing, slicing, copying. we will also deal with creating and reshaping multi dimensional NumPy arrays, array transpose, and statistical operations like mean variance etc using NumPy
 
 
 
Later we will go ahead with the next popular python library called Pandas. At first we will deal with the one dimensional labelled array in pandas called as the series.  We will create assign and access the series using different methods.
 
 
 
Then will go ahead with the Pandas Data frames, which is a 2-dimensional labelled data structure with columns of potentially different types. We will convert NumPy arrays and also pandas series to data frames. We will try column wise and row wise access options, dropping rows and columns, getting the summary of data frames with methods like min, max etc. Also we will convert a python dictionary into a pandas data frame. In large datasets, its common to have empty or missing data. We will see how we can manage missing data within dataframes. We will see sorting and indexing operations for data frames.
 
 
 
Most times, external data will be coming in either a CSV file or a JSON file. We will check how we can import CSV and JSON file data as a dataframe so that we can do the operations and later convert this data frame to either CSV and json objects and write it into the respective files. 
 
 
 
Also we will see how we can concatenate, join and merge two pandas data frames. Then we will deal with data stacking and pivoting using the data frame and also to deal with duplicate values within the data-frame and to remove them selectively.
 
 
 
We can group data within a data-frame using group by methods for pandas data frame. We will check the steps we need to follow for grouping. Similarly we can do aggregation of data in the data-frame using different methods available and also using custom functions. We will also see other grouping techniques like Binning and bucketing based on data in the data-frame
 
 
 
At times we may need to use custom indexing for our dataframe. We will see methods to re-index rows and columns of a dataframe and also rename column indexes and rows. We will also check methods to do collective replacement of values in a dataframe and also to find the count of all or unique values in a dataframe.
 
 
 
Then we will proceed with implementing random permutation using both the NumPy and Pandas library and the steps to follow. Since an excelsheet and a dataframe are similar 2d arrays, we will see how we can load values in a dataframe from an excelsheet by parsing it. Then we will do condition based selection of values in a dataframe, also by using lambda functions and also finding rank based on columns.
 
 
 
Then we will go ahead with cross Tabulation of our dataframe using contingency tables. The steps we need to proceed with to create the cross tabulation contingency table.
 
 
 
After all these operations in the data we have, now its time to visualize the data. We will do exercises in which we can generate graphs and plots. We will be using another popular python library called Matplotlib to generate graphs and plots. We will do tweaking of the grpahs and plots by adjusting the plot types, its parameters, labels, titles etc.
 
 
 
Then we will use another visualization option called histogram which can be used to groups numbers into ranges. We will also be trying different options provided by matplotlib library for histogram
 
 
 
Overall this course is a perfect starter pack for your long journey ahead with big data and machine learning. You will also be getting an experience certificate after the completion of the course(only if your learning platform supports)
 
 
 
So lets start with the lessons. See you soon in the class room.

  • A decent configuration computer and the willingness to lay the corner stone for your big data journey.
  • Data science enthusiasts who want to begin their career.
View More...
  • Section 1 : Introduction to Python. 1 Lectures 00:06:53

    • Lecture 1 :
  • Section 2 : Preparing Computer - Installing Anaconda. 1 Lectures 00:08:25

    • Lecture 1 :
    • Preparing Computer - Installing Anaconda.
  • Section 3 : Python Strings. 2 Lectures 00:19:36

    • Lecture 1 :
    • Python Strings-Part 1
    • Lecture 2 :
    • Python Strings-Part 2
  • Section 4 : Python Numbers and Operators. 2 Lectures 00:13:28

    • Lecture 1 :
    • Python Numbers and Operators- Part 1
    • Lecture 2 :
    • Python Numbers and Operators- Part 2
  • Section 5 : Python Lists. 5 Lectures 00:31:03

    • Lecture 1 :
    • Python Lists - Part 1
    • Lecture 2 :
    • Python Lists - Part 2
    • Lecture 3 :
    • Python Lists - Part 3
    • Lecture 4 :
    • Python Lists - Part 4
    • Lecture 5 :
    • Python Lists - Part 5
  • Section 6 : Python Sets. 2 Lectures 00:08:58

    • Lecture 1 :
    • Python Sets - Part 1
    • Lecture 2 :
    • Python Sets - Part 2
  • Section 7 : Python Tuples. 1 Lectures 00:05:35

    • Lecture 1 :
    • Python Tuples.
  • Section 8 : Python Dictionary. 2 Lectures 00:13:29

    • Lecture 1 :
    • Python Dictionary - Part 1
    • Lecture 2 :
    • Python Dictionary - Part 2
  • Section 9 : Numpy Library - Introduction. 3 Lectures 00:16:43

    • Lecture 1 :
    • Numpy Library - Introduction - Part 1
    • Lecture 2 :
    • Numpy Library - Introduction - Part 2
    • Lecture 3 :
    • Numpy Library - Introduction - Part 3
  • Section 10 : Numpy Array Operations and Indexing. 2 Lectures 00:09:44

    • Lecture 1 :
    • Numpy Array Operations and Indexing - Part 1
    • Lecture 2 :
    • Numpy Array Operations and Indexing - Part 2
  • Section 11 : Numpy Multi-Dimentional Arrays. 3 Lectures 00:18:06

    • Lecture 1 :
    • Numpy Multi-Dimentional Arrays - Part 1
    • Lecture 2 :
    • Numpy Multi-Dimentional Arrays - Part 2
    • Lecture 3 :
    • Numpy Multi-Dimentional Arrays - Part 3
  • Section 12 : Introduction to Pandas Series. 2 Lectures 00:15:16

    • Lecture 1 :
    • Introduction to Pandas Series.
    • Lecture 2 :
    • Introduction to Pandas Dataframes.
  • Section 13 : Pandas Dataframe conversion and drop. 3 Lectures 00:19:02

    • Lecture 1 :
    • Pandas Dataframe conversion and drop - Part 1
    • Lecture 2 :
    • Pandas Dataframe conversion and drop - Part 2
    • Lecture 3 :
    • Pandas Dataframe conversion and drop - Part 3
  • Section 14 : Pandas Dataframe summary select. 3 Lectures 00:18:12

    • Lecture 1 :
    • Pandas Dataframe summary select - Part 1
    • Lecture 2 :
    • Pandas Dataframe summary select - Part 2
    • Lecture 3 :
    • Pandas Dataframe summary select - Part 3
  • Section 15 : Pandas Missing Sort. 2 Lectures 00:13:18

    • Lecture 1 :
    • Pandas Missing Sort - Part 1
    • Lecture 2 :
    • Pandas Missing Sort - Part 2
  • Section 16 : Pandas Heirarchial-Multi Indexing. 1 Lectures 00:05:56

    • Lecture 1 :
    • Pandas Heirarchial-Multi Indexing.
  • Section 17 : Pandas CSV File Read Write. 2 Lectures 00:12:19

    • Lecture 1 :
    • Pandas CSV File Read Write - Part 1
    • Lecture 2 :
    • Pandas CSV File Read Write - Part 2
  • Section 18 : Pandas Json read write 1 Lectures 00:06:41

    • Lecture 1 :
    • Pandas Json read write.
  • Section 19 : Pandas Concatnation Merging and Joining. 3 Lectures 00:13:15

    • Lecture 1 :
    • Pandas Concatnation Merging and Joining - Part 1
    • Lecture 2 :
    • Pandas Concatnation Merging and Joining - Part 2
    • Lecture 3 :
    • Pandas Concatnation Merging and Joining - Part 3
  • Section 20 : Pandas Stacking and Pivoting. 2 Lectures 00:11:34

    • Lecture 1 :
    • Pandas Stacking and Pivoting - Part 1
    • Lecture 2 :
    • Pandas Stacking and Pivoting - Part 2
  • Section 21 : Pandas Duplicate Data Management. 1 Lectures 00:07:19

    • Lecture 1 :
    • Pandas Duplicate Data Management.
  • Section 22 : Pandas Mapping. 1 Lectures 00:04:06

    • Lecture 1 :
    • Pandas Mapping.
  • Section 23 : Pandas groupby. 1 Lectures 00:05:44

    • Lecture 1 :
    • Pandas groupby.
  • Section 24 : Pandas Aggregation. 1 Lectures 00:08:33

    • Lecture 1 :
    • Pandas Aggregation.
  • Section 25 : Pandas Binning or Bucketing. 1 Lectures 00:07:35

    • Lecture 1 :
    • Pandas Binning or Bucketing.
  • Section 26 : Pandas Reindex Rename. 2 Lectures 00:09:00

    • Lecture 1 :
    • Pandas Reindex Rename - Part 1
    • Lecture 2 :
    • Pandas Reindex Rename - Part 2
  • Section 27 : Pandas Replace Values. 1 Lectures 00:04:36

    • Lecture 1 :
    • Pandas Replace Values.
  • Section 28 : Pandas Dataframe Metrics. 1 Lectures 00:06:48

    • Lecture 1 :
    • Pandas Dataframe Metrics.
  • Section 29 : Pandas Random Permutation. 1 Lectures 00:08:15

    • Lecture 1 :
    • Pandas Random Permutation.
  • Section 30 : Pandas Excelsheet Import. 1 Lectures 00:07:13

    • Lecture 1 :
    • Pandas Excelsheet Import.
  • Section 31 : Pandas Condition Selection and Lambda Function. 2 Lectures 00:09:23

    • Lecture 1 :
    • Pandas Condition Selection and Lambda Function - Part 1
    • Lecture 2 :
    • Pandas Condition Selection and Lambda Function - Part 2
  • Section 32 : Pandas Ranks Min Max. 1 Lectures 00:06:02

    • Lecture 1 :
    • Pandas Ranks Min Max.
  • Section 33 : Pandas Cross Tabulation. 1 Lectures 00:06:31

    • Lecture 1 :
    • Pandas Cross Tabulation.
  • Section 34 : Graphs and plots using matplotlib. 2 Lectures 00:08:41

    • Lecture 1 :
    • Graphs and plots using matplotlib - Part 1
    • Lecture 2 :
    • Graphs and plots using matplotlib - Part 2
  • Section 35 : Histograms using matplotlib. 1 Lectures 00:03:20

    • Lecture 1 :
    • Histograms using matplotlib.
  • 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?

273493 Course Views

19 Courses

I am a pioneering, talented and security-oriented Android/iOS Mobile and PHP/Python Web Developer Application Developer offering more than eight years’ overall IT experience which involves designing, implementing, integrating, testing and supporting impact-full web and mobile applications. I am a Post Graduate Masters Degree holder in Computer Science and Engineering. My experience with PHP/Python Programming is an added advantage for server-based Android and iOS Client Applications. I am currently serving full-time as a Senior Solution Architect managing my client's projects from start to finish to ensure high-quality, innovative and functional design.
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.