Skip to content

๐Ÿผ๐Ÿ“Š Dive into data mastery with Pandas and Numpy through practical scripts for data analysis.

Notifications You must be signed in to change notification settings

jcgonzalez25/Data-Analysis-With-Pandas-Numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Welcome to the Pandas and Numpy Mastery Project ๐Ÿผ๐Ÿ“Š

Table of Contents ๐Ÿ“‹

  1. Introduction ๐ŸŽ‰
  2. Project Overview ๐ŸŒŸ
  3. Program Descriptions ๐Ÿ’ป
  4. Usage ๐Ÿš€
  5. Contributing ๐Ÿค
  6. License ๐Ÿ“

Introduction ๐Ÿ“š

Welcome to our Pandas and Numpy Mastery Project repository! This is where the magic of data manipulation and analysis happens with the help of Pandas and Numpy ๐Ÿช„. Whether you're a data enthusiast or a seasoned data scientist, you'll find these scripts both informative and engaging.

Project Overview ๐ŸŒ

Our goal is to provide you with a hands-on experience with Pandas and Numpy through practical examples. These scripts cover various aspects of data handling, from reading data from SQLite databases to analyzing election results. They are designed to help you sharpen your skills and gain a deeper understanding of these powerful tools.

Program Descriptions ๐Ÿ’ป

pandassolution.py

pandassolution.py is the main program that initiates three distinct programs, each demonstrating different aspects of Pandas and Numpy:

  1. Student Log Analyzer: This program extracts information about students who have previously logged in, utilizing data from the lastlog command. It offers insights into user activity.

  2. SQLite Database to HTML: Using Pandas, this program reads data from a SQLite database and generates an HTML report called election.html. It showcases how Pandas can simplify data extraction and transformation tasks.

  3. Election Result Analyzer: This program analyzes election results from various counties and determines the winning candidate based on the aggregated data. It highlights how Numpy can be used for numerical calculations and data manipulation.

solution3.py

solution3.py is a Python script that contains a set of practice problems for Numpy. It includes exercises related to presidential election data and serves as a comprehensive tutorial for Numpy newcomers.

Usage ๐Ÿš€

To make the most of this repository, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies (Pandas and Numpy) using your preferred package manager.
  3. Execute the scripts in your Python environment.
  4. Explore and modify the code to suit your learning needs.
  5. Share your insights and contributions with the community.

Contributing ๐Ÿค

We welcome contributions from the open-source community. If you have ideas for improvements, bug fixes, or new features, please open an issue or submit a pull request. Let's collaborate to make this project even better!

License ๐Ÿ“

This project is licensed under the MIT License - see the LICENSE file for details.

About

๐Ÿผ๐Ÿ“Š Dive into data mastery with Pandas and Numpy through practical scripts for data analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages