Contributor
2023-10-05
08:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
EXECUTE function running Python (.py) not working?
Hi all!
I am trying to run python script inside my load script in Qlik Sense Desktop app.
I know that I need to put OverrideScriptSecurity=1 in Settings.ini and I did it
I leave a shot of how my code looks like
After running the app there is no error:
The problem is that the code is not working, because it doesn't do anything. This is my .py code:
#!/usr/bin/env python
# coding: utf-8
import pandas as pd
df = pd.read_excel('GRUPOMAS.xlsx')
df.to_csv('HAFUNCIONADO2.csv')
I don't know what is wrong, can you help?
547 Views
0 Replies