Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Complete Python Pandas Tutorial in Hindi (With Notes)
Rating: 5.0 out of 5(1 rating)
7 students

Complete Python Pandas Tutorial in Hindi (With Notes)

Easily Analyze big data and make conclusions based on statistical theories
Created bySharad Khare
Last updated 11/2023
Hindi

What you'll learn

  • Pandas Introduction, Why Use Pandas?, What Can Pandas Do?
  • Pandas Series, Pandas DataFrames, Pandas Read CSV, Pandas Read JSON, Pandas - Analyzing DataFrames
  • Pandas - Cleaning Data, Pandas - Cleaning Empty Cells, Cleaning Data of Wrong Format, Fixing Wrong Data, Removing Duplicates
  • Pandas - Data Correlations, Pandas - Plotting

Course content

1 section10 lectures3h 20m total length
  • Python Pandas Introduction & Installation12:56
  • Python Pandas Series25:16
  • Python Pandas DataFrames19:09
  • Python Pandas Read CSV21:59
  • Python Pandas Read JSON22:16
  • Python Pandas Viewing & Analyzing DataFrames13:41
  • Python Pandas Cleaning Data41:17
  • Python Pandas Cleaning Data of Wrong Format15:10
  • Python Pandas Cleaning & Fixing Wrong Data17:22
  • Python Pandas Removing Duplicates11:37

Requirements

  • No programming experience needed. You will learn everything you need to know.

Description

What is Pandas?

Pandas is a Python library used for working with data sets.

It has functions for analyzing, cleaning, exploring, and manipulating data.

The name "Pandas" has a reference to both "Panel Data", and "Python Data Analysis" and was created by Wes McKinney in 2008.

Why Use Pandas?

Pandas allows us to analyze big data and make conclusions based on statistical theories.

Pandas can clean messy data sets, and make them readable and relevant.

Relevant data is very important in data science.


What Can Pandas Do?

Pandas gives you answers about the data. Like:

  • Is there a correlation between two or more columns?

  • What is average value?

  • Max value?

  • Min value?

Pandas are also able to delete rows that are not relevant, or contains wrong values, like empty or NULL values. This is called cleaning the data.


Pandas is mainly used for data analysis and associated manipulation of tabular data in Dataframes. Pandas allows importing data from various file formats such as comma-separated values, JSON, Parquet, SQL database tables or queries, and Microsoft Excel. Pandas allows various data manipulation operations such as merging, reshaping, selecting, as well as data cleaning, and data wrangling features. The development of pandas introduced into Python many comparable features of working with DataFrames that were established in the R programming language. The pandas library is built upon another library NumPy, which is oriented to efficiently working with arrays instead of the features of working on DataFrames.


About the Instructor:

Sharad Khare is Data Intelligence Scientist and Fraud Analyst with 9+ years of Legal experience in the Global Safety and Investigative sectors with content policy, anti-abuse operations, Audit Intellectual Property violations, Anti-Fraud Operations and Investigation.

He is also the External Invitee Faculty of different different Education institutions for tutoring HTML, PHP, R Language, MYSQL, Python, JavaScript and Data science .


Who this course is for:

  • Python developers curious about data science and Pandas