Giter VIP home page Giter VIP logo

data_analyser_using_python's Introduction

Statistical-Data-Analysis-Using Python

This Project Help Students to analyze their progress concerning its class. This contains four main components:

  1. Dot graph to compare its progress concerning the class.
  2. Comparison of its CGPA with class Average CGPA.
  3. Frequency distribution of Class scoring different CGPA.
  4. Pie chart showing whole class performance

Usage

This uses python3 as the main language and uses MySQL as a database.

You need to require both of them to run the project.

First, u need to install the requirements required for this project via pip (Use the virtual environment in the project folder)

git clone https://github.com/raman08/Statistical-Data-Analysis.git
cd  Statistical-Data-Analysis

# Creating a virtual environment and activated it

python3 -m venv venv
source venv/bin/activate
# Installing Requirments

pip install -r requirements.txt

Also, you need to create the database of your class by using tableCreator.py

Change the information where it is written change it

To create tables first create a database named STASTISTICAL_DATA_ANALYSIS in your MySQL server and then run the tableCreator.py

# Creating a database in MySQL

mysql> create database STASTISTICAL_DATA_ANALYSIS;
mysql> use STASTISTICAL_DATA_ANALYSIS;

# using tableCreator.py to create the table

python3 tableCreator.py


# using the graphmaker file to see your performance

python3 graphmaker.py

Now just enter your Rollno and your progress is displayed

Contributors

  1. Raman08
  2. Ishan Aggarwal

Special Thanks

Special Thanks to Srb Cheema for giving the Nith result JSON files.

data_analyser_using_python's People

Contributors

anurag708989 avatar itsdeepak-kumar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.