All data I try to take from this database comes out as string even though I have selected change to number on the Excel file.
import pandas as pd
import random
import matplotlib as plt
pdf= pd.read_csv('Campaign Feb 2023.csv', encoding="ANSI")
f= df["Total_Raised"]
x=int (f[3])