You could use pandas is good for reading charts
import pandas as pd
def percent(expression):
if "%" in expression:
expression = expression.replace("%","/100")
return eval(expression)
data = pd.read_csv("filename.csv")
Value = DataFrame.get_value('the index you want to take from', 'the column name', 'the role name', takeable = true)
Answer = percent("Value*5%")
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…