Skip to content

Instantly share code, notes, and snippets.

@eshaben
Created June 8, 2022 18:42
Show Gist options
  • Save eshaben/08556c93c0b90b1205ade0f12fef328c to your computer and use it in GitHub Desktop.
Save eshaben/08556c93c0b90b1205ade0f12fef328c to your computer and use it in GitHub Desktop.
import pandas as pd
data = pd.read_csv('~/Downloads/export-TxGrowth (1).csv')
print(data['Value'].sum())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment