Skip to content

clarkh9/SQL_CW

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

SQL_CW

SQL DB to CSV Data Visualisation

Installing and Setup:

• Latest version of Python required (built using Python 3.10.1)
• Install matplotlib, pandas and numpy:
pip install matplotlib
pip install pandas
pip install numpy
import matplotlib.pyplot as PLT
import pandas as PD
import numpy

Modules used and Sources:

matplotlib

pandas

Object Orientation in Python

About

SQL DB to CSV Data Visualisation

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages