SyntaxFix
Write A Post
Hire A Developer
Questions
amount = list() for col in df.columns: val = list(df[col]) for v in val: amount.append(v)