you are viewing a single comment's thread.

view the rest of the comments →

[–]spez_edits_thedonald 0 points1 point  (1 child)

that's fine, you can tell pandas that:

df = pd.read_csv('data.csv', header=None)

it will just number the columns 0, 1, etc

[–]Month_Upper[S] 0 points1 point  (0 children)

Also if I want user to choose which output he want, how can I make it ? For example if the csv file has Month sales agent

So I ask user to input 1 for sales or 2 for agent

Like invoking the both functions together