Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Basic to Advance Python for Data Analysis Part2 (11 hrs)
Rating: 4.9 out of 5(7 ratings)
77 students

Basic to Advance Python for Data Analysis Part2 (11 hrs)

Data analysis using Pandas in python - Everything you need to know
Created byajay parmar
Last updated 2/2023
English

What you'll learn

  • You shall learn how to use Pandas library in python using pycharm IDLE to do data analysis
  • Using the excel sheets and text files or CSV files
  • You shall learn functions like insert, merge, conctx to lookup the inforamtion like a vlookup in excel does
  • How to insert new data, append the data, do the updates, do the changes in your data etc
  • How to filter the data, use the loops in your data, use the previously learnt lists and dictionaries on real time data
  • Practical projects also shared for you to monitor your progress

Course content

6 sections37 lectures10h 45m total length
  • Introduction to Pandas library7:30

    Learn how the pandas library supports data analysis in Python, enabling data structuring, cleaning, filtering, and pivot reports and charts from Excel, CSV, or databases.

  • Pip Concept14:09
  • Read CSV Files10:54
  • Read Excel files data6:26
  • Excel table headers Customization6:40

Requirements

  • Core concept of Python you should know. I have taught all of it in Part1

Description

  • This is Part2 and now after learning python core concepts in pycharm,we are heading towards using the excel and csv files data and using pandas library we will learn how to work with real data.

  • What is a panada library and how to use it for data analysis.

  • Pip - What is it and what is its role

  • How to import excel and csv files or text file data and work on it from different locations.

  • How to read the data from files especially if its excel. Read any data from any specific excel sheets

  • How to do changes in the data headers

  • How to extract top or bottom data

  • Learn about inplace parameter

  • How to insert columns and rename existing columns

  • How to remove the blanks or rows /columns from your data

  • How to filter the data rows and columns

  • How to use set index and how it changes the concept

  • How to use loc and iloc methods to pull the no of rows and columns

  • How to apply Vlookup in your data using Merge function

  • How to join multiple data from excel sheets using Conct function

  • How to find out the duplicate rows or remove the duplicate rows based on different criterias

  • How to use for loops in your data

  • Many practical projects for you with solutions

  • How to do data conversions

  • How to use Group by

  • How to create Pivot reports

Who this course is for:

  • Python developers, excel data analysts, those who work on data day and night and look for creating automation in reports