Skip to content

fredfabillo18/data_handling_using_pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Data Handling Using Pandas πŸ“Š

A hands-on notebook covering the fundamentals of data handling with Pandas β€” from basic Series operations to DataFrame manipulation, merging, and file I/O.

This notebook is part of my exploration into data-driven thinking, applying structured analysis to understand and work with real-world datasets.


πŸ“š Source

Content compiled and adapted from:
pythong4csip.com

Created by:

  • Sachin Bhardwaj, PGT (CS), KV No.1 Tezpur
  • Vinod Verma, PGT (CS), KV OEF Kanpur

πŸ” Topics Covered

  • Pandas Series creation (NumPy arrays, dictionaries)
  • Indexing, slicing, and selection (loc, iloc)
  • Mathematical operations on Series
  • DataFrame creation and manipulation
  • Column operations (add, rename, delete)
  • Data selection and filtering
  • Iteration over rows and columns
  • Concatenation and merging of DataFrames
  • Join operations (inner, outer, left, right)
  • CSV file input/output

βš™οΈ Tools Used

  • Python
  • Pandas
  • NumPy

πŸš€ Purpose

This notebook serves as:

  • a practice guide for learning Pandas
  • a reference for common data handling operations
  • a step toward applying data analysis in engineering and real-world systems

πŸ“Œ Notes

All code is written for learning purposes and may be further optimized or extended in future projects.

About

A beginner course to data handling using Python's pandas

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors