Skip to content

introverthacker11/3-Pandas-CrashCourse___r5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Pandas Tutorial Repository

Welcome to this Pandas tutorial repository! This repository covers fundamental to intermediate Pandas concepts and operations. It's designed to help you get started with data manipulation, analysis, and Machine Learning using Python3.

Topics Covered:

In this repo, I have covered the following topics for you!

1. Pandas Series Introduction

  • Learn about the fundamental data structure in Pandas, Series.
  • Understand its creation, indexing, and basic operations.
  • Pandas Series Documentation

2. Pandas Series Read from File

  • Explore how to import data from various file formats (CSV, Excel, etc.) into Pandas Series.
  • Pandas IO Documentation

3. Apply Python Built-in Functions to Series

4. apply() for Pandas

  • Learn about the apply() function for performing custom operations on Series elements.
  • Pandas Series apply()

5. Pandas DataFrame Creation from Scratch

6. Read Files as DataFrame

7. Columns Manipulation Part 1

8. Columns Manipulation Part 2

9. Arithmetic Operations

  • Perform arithmetic operations on DataFrames and Series, including addition, subtraction, multiplication, and division.
  • Pandas Arithmetic Operations

10. Null Values Handling

  • Learn techniques to handle missing data in DataFrames, such as filling, dropping, or imputing values.
  • Pandas Missing Data

11. DataFrame Filtering Part 1

12. DataFrame Filtering Part 2

13. Handling Unique and Duplicated Values

14. Retrieve Rows by Index Level

15. Replace Cell Values

16. Rename, Delete Index and Columns

  • Rename, delete, and manipulate DataFrame indices and columns.
  • Pandas Indexing

17. Lambda Apply

18. Pandas Groupby

  • Group data and perform aggregations based on specified columns.
  • Pandas Groupby

19. Groupby Multiple Columns

  • Group data based on multiple columns and perform hierarchical aggregations.
  • Pandas Groupby

20. Concatenation

21. Working with Datetime

  • Handle datetime data in Pandas, including parsing, formatting, and time-based operations.
  • Pandas Time Series

Today's Quote: "Good code is its own best documentation." - Steve McConnell, a prominent software engineering author. 💻📄✨

About

Pandas | CrashCourse | Python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors