Step 1
You have install Pandas before using it. Eun the following command on the cmd
In case if you get any error regarding missing modules, run the following command
Create a new file as "csvs_to_excel.py" and paste the following code there.
You have install Pandas before using it. Eun the following command on the cmd
python pip install pandasStep 2
In case if you get any error regarding missing modules, run the following command
pip install openpyxl xlsxwriter xlrdStep 3
Create a new file as "csvs_to_excel.py" and paste the following code there.
Comments
Post a Comment