
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.
Learn to extract single or multiple columns from Excel data with pandas, using dot or bracket notation, and use head and tail to view top or bottom rows.
Learn how to rename data frame columns in Python using the rename method, rename multiple columns, avoid spaces in headers, and use the in-place parameter to apply changes directly.
Learn how to add new columns in pandas dataframes using brackets and the insert method, including handling length-matched lists, inserting at different positions, and avoiding the dot notation.
Discover how to convert data types in python dataframes, including integers, floats, and objects, and use to_datetime for date handling and arithmetic.
Learn how to assess data size with info and shrink memory usage by converting object columns to category in big data; avoid creating new columns through spelling errors.
Learn how to use for loops to iterate through a data frame row by row, access indices, and extract specific columns like click for focused data analysis.
Explore using pandas concatenate to merge data from multiple sources in Python, choosing axis for column-wise or row-wise joins, while preserving headers and managing index with ignore_index.
width = 430
pd.set_option('display.width', width)
pd.set_option('display.max_columns',10)
Learn to append data to every excel sheet using python by converting a dictionary to a dataframe, looping through sheets x1, x2, x3, and concatenating data while handling header mismatches.
Learn to append data from one Excel file to another under a condition using Python loops, filtering by click > 20, collecting rows, converting to a DataFrame, and concatenating.
Learn to automate Excel sheet name retrieval with openpyxl by loading a workbook and extracting sheet_names, making your Python data analysis dynamic and up-to-date.
Learn to consolidate duplicate lookup IDs after an outer join by creating a single id column, filling blanks from another column, and selecting/excluding headers using pandas data frame operations.
Learn how to filter a data frame using criteria, build single and multi condition filters with and/or, and extract east zone or item sold greater than 99 records.
Acquire skills to filter data by date ranges in Python, converting start and end dates from strings to datetime, and ensuring correct data types for 2004 filtering.
Learn to select DataFrame rows with loc and iloc. Use index labels or set_index for campaigns, and understand loc's inclusive end and iloc's position-based access.
Master the pandas loc method to lookup data between dataframes by label and index, selecting specific rows, columns, or ranges for campaign name, serial number, open, and click.
Learn to delete data in pandas by dropping rows and columns with the drop method, using in place updates and axis settings, and leveraging locator methods for precise range selections.
Apply nested loops and dataframe lookups to match campaigns across multiple excel outputs and populate missing click counts in a combined dataset.
Learn to find and remove duplicate rows in a dataset using pandas duplicated and drop_duplicates, with control over subset columns and keep options.
Practice a surprise test on Python data analysis with Pandas, covering reading Excel data, indexing with iloc/loc, selecting columns, merging tables, inserting computed columns, and filtering results.
Drop nan values in a pandas data frame with dropna by rows or columns, using any, all, thresh, and subset for in-place edits.
Apply basic Python data analysis functions—count, sum, value count, unique, min, max, and n smallest/largest—to data frames with zone filters and percentage contributions.
Master the group by technique in Python for data analysis, computing totals, averages, and other aggregates by zone and category. Create multi-level reports, top/bottom selections, and cumulative sums.
Demonstrate looping through a group by data frame to process each category and extract the top two rows per group.
(Python Courses)
Basic to Advance Python for Data Analysis – Part1
https://www.udemy.com/course/basic-to-advance-python-for-data-analysis-part1/?referralCode=83C0824C488AF586740E
Basic to Advance Python for Data Analysis – Part2
https://www.udemy.com/course/basic-to-advance-python-for-data-analysis-part2/?referralCode=32B9BCA458012F5DA4D3
· (Excel Course)
Basic to Advance Excel Part1 (13 hrs)
(Vlookup, Hlookups, Match, Xlookup ,IF, INDEX, Error Handlers, Text functions)
https://www.udemy.com/complete-vlookup-match-cell-referencing-if-discussion/?couponCode=AJAYLOOKUP
Basic to Advance Excel Part2 (21 hrs)
(Count and Sum family ,Indirect,AdvanceFilters, Conditional Formatting,Date Time,Arrays,Offset,Charts)
https://www.udemy.com/course/excel-mis-analytics-training-series3/?referralCode=54E5A03098A3819A6275
Excel Pivots & Dashboards (Basic to Super Advance)
(This course has 6 sections - Pls check course description section - Complete training)
https://www.udemy.com/course/excel-pivots-dashboards-basic-to-super-advance/?referralCode=EC55CB06D2064F025509
·Solved Advance Excel Assignments for Interviews & Confidence
https://www.udemy.com/course/advance-excel-solved-assignments-interview-preparation/?referralCode=204865297D48FA198547
(Excel VBA Course)
Excel VBA Basic to Super Advance level (20 hours plus Course) Part1
It is divided into 5 sections - Introduction, Variables, Loops with IF, Collection Loops with Classes, Arrays & Functions - Basic to Super Advance
https://www.udemy.com/course/excel-vba-basic-to-super-advance-level-20-plus-hrs-course/?referralCode=D859044607839176824F
Excel VBA Basic to Super Advance level (16 hours plus Course) Part2
It is divided into 3 sections – File & folders using scripting library, UserForms, Error Handlers - Basic to Super Advance
https://www.udemy.com/course/excel-vba-basic-to-super-advance-part2/?referralCode=968EF1EA0A59AAA4F462
Excel VBA Basic to Super Advance level (4 hours Course) Part3
https://www.udemy.com/course/excel-vba-basic-to-super-advance-part3/?referralCode=A0617A0A1256E4C96D37
It is divided into 2 sections – CHARTS AND PIVOTS – Everything you can automate now
Excel VBA Connecting Outlook application
https://www.udemy.com/excel-vba-connecting-outlook-application/?couponCode=AJAYOUTLOOK001
Excel VBA Connecting PowerPoint application
https://www.udemy.com/excel-vba-connecting-powerpoint-application-series-13/?couponCode=AJAYPOWERPOINT
Excel VBA Connecting MS Access database
https://www.udemy.com/excel-vba-connect-with-ms-access-series-14/?couponCode=AJAYCONNECTACCESS
Excel & Access VBA Dashboard and Projects
https://www.udemy.com/advance-excel-access-dashboards-vba/?couponCode=AJAYAUTOMATION
Google Sheets (Basic to Advance with Practicals 15 hours) (New)
(This course will educate you about how to work with Google sheets. It has 14 sections as on date covering every minute detail about Sheets)
https://www.udemy.com/course/google-sheets-basic-to-super-advance-with-practicals/?referralCode=21FB7576F528DC634784
POWERPIVOT WITH DAX – PART1
https://www.udemy.com/course/powerpivot-with-dax-part12/?referralCode=3BA481C5ECE51F3D552D
POWERPIVOT WITH DAX – PART2
https://www.udemy.com/course/powerpivot-with-dax-part-22/?referralCode=500EC715F64356090F26
LEARN DAX IN POWERBI DESKTOP – Part 1
https://www.udemy.com/course/learn-dax-in-powerbi-desktop-part-12/?referralCode=CB26F423D30C292EA63D
LEARN DAX IN POWERBI DESKTOP – Part 2
https://www.udemy.com/course/learn-dax-in-powerbi-desktop-part-22/?referralCode=7725602651C8945E7191
POWER BI -BASIC TO ADVANCE PART1 (2022 updated)
https://www.udemy.com/course/basic-to-advance-training-on-microsoft-power-bi-part1-of-2/?referralCode=DF159B91A97C0D976E7F
POWER BI -BASIC TO ADVANCE PART2 (2022 updated)
https://www.udemy.com/course/basic-to-advance-training-on-microsoft-power-bi-part2-of-2/?referralCode=F2930133D2B694C7DE54
Excel Power Query
https://www.udemy.com/course/excel-power-query/?referralCode=B0FCF6BB5ADC2146FEB5
Excel Power Query M Code Programming – Part 1
https://www.udemy.com/course/draft/2684324/?referralCode=D6214BC0E4BFEA7BD5B5
Excel Power Query M Code Programming – Part 2
https://www.udemy.com/course/powerquery-m-code-language-part2/?referralCode=3F6AEB3003066CEC749F
Excel Power Query M Code Programming – Part 3
https://www.udemy.com/course/powerquery-m-code-language-part-3/?referralCode=A25E70CD163E89E64738
Excel Power Query M Code Programming – Part 4
https://www.udemy.com/course/powerquery-m-code-language-part4/?referralCode=9EEE9E455E5FCD0CC16E
Web Scraping Using Excel VBA
https://www.udemy.com/draft/2540898/?couponCode=AJAYWEB
(WebScraping Courses)
VBA Web Selenium Web Scraping Part 1
https://www.udemy.com/course/vba-selenium-web-scraping-part-12/?referralCode=251DACD1FE9851322A7B
VBA Web Selenium Web Scraping Part 2
https://www.udemy.com/course/vba-selenium-web-scraping-part-22/?referralCode=D1F35DAB8320D99EE469
· [MS Access VBA Courses]
Access VBA Introduction Series 1
https://www.udemy.com/access-vba-introduction-series1/?couponCode=AJAYACCESSINTRO001
Access VBA Arrays and Functions Series 2
https://www.udemy.com/access-vba-arrays-and-functions-series-2/?couponCode=AJAYACCESSARRAY001
Access Userform and SQL Series 3
https://www.udemy.com/access-vba-series-3/?couponCode=AJAYACCESSFORMS001
Access VBA File Handling and Error Handlers Series4
https://www.udemy.com/access-vba-filefolder-handling-error-handler-s-series-4/?couponCode=AJAYFILES001
Connection Set-Up AccessVBA & Security (ADODB &DAO Series-5)
https://www.udemy.com/connection-strings-ms-access-adodb-dao/?couponCode=AJAYCONNECTION
Connect Excel & Outlook Access VBA & Collection Loops Series 7
https://www.udemy.com/connect-excel-using-access-vba-collection-loops-series-7/?couponCode=AJAYOUTLOOKEXCELAUTO
· [MS Access front (without VBA)]
Introduction to Tables & Queries Series 1
https://www.udemy.com/ms-access-table-and-queries-series-1/?couponCode=AJAYACCESSINTRO
Sub Queries ,JOINS & Functions Series 2
https://www.udemy.com/ms-access-sub-queries-joins-functions-series2/?couponCode=AJAYFUNCTIONS
MS Access Forms Series 3
https://www.udemy.com/ms-access-forms-series-3/?couponCode=AJAYFORMS
MS Access Macros Series 4
https://www.udemy.com/ms-access-macros-series-4/?couponCode=AJAYMACROS
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