Posts by Daniel M • 11 points
1 post
-
1
votes0
answers24
viewsQ: Convert CSV to XLSX with Python Azure Function App
I am trying to create a Functionapp on Azure to convert a csv file to xlsx. My original script that works on windows local is this: import pandas as pd read_file = pd.read_csv…