SyntaxFix
Write A Post
Hire A Developer
Questions
Similar to getting the length of a dataframe, len(df), the following worked for pandas and blaze:
len(df)
Total = sum(df['MyColumn'])
or alternatively
Total = sum(df.MyColumn) print Total