In terminal:
pip install pandas
Then:
import pandas as pd data = pd.read_csv('filename.csv') maxbalance = data[data['balance']==data['balance'].max()]['name','balance']
Where filename is the name of your csv file.
1.4m articles
1.4m replys
5 comments
57.0k users