Skip to content

A user-defined Python module that simulates basic functionalities of the Pandas library, including reading CSV files, accessing/modifying rows, columns, and cells, and performing operations like sum, max, min

License

Notifications You must be signed in to change notification settings

HarshMohod45/Simulate-python--pandas-module

Repository files navigation

Simulate-python--pandas-module

A user-defined Python module that simulates basic functionalities of the Pandas library. This project demonstrates how to build a mini data analysis framework with support for reading CSV files, modifying data, and performing simple operations — all without using Pandas.

✨ Features

Read CSV files into a custom DataFrame-like object Access data:

By row

By column

By individual cell

Modify data:

Update entire column

Update single cell

Add new column

Save the modified DataFrame to a new CSV file

Display DataFrame in tabular format

Column operations:

Sum

Max / Min

About

A user-defined Python module that simulates basic functionalities of the Pandas library, including reading CSV files, accessing/modifying rows, columns, and cells, and performing operations like sum, max, min

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages