Page 54 - IPP-12-2024
P. 54
RESULT ANALYSIS PROJECT
CSV DATA:
File name: result.csv
File location: As per your system’s file location
PROGRAM
import pandas as pd
import matplotlib.pyplot as plt
result = None
while True:
print("\n Main Menu")
print("1. Fetch data")
print("2. Dataframe Statistics")
print("3. Display Records")
print("4. Working on Records")
print("5. Working on Columns")