Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Radsko
Partner - Contributor
Partner - Contributor

Sending data over to python

Hello,

Im new to Qlik and Im experimenting with Qlik and python integration. I have searched a lot for these question with no luck so im tryin my luck here.

1. Im trying to send a complete table to python for some machine learning stuff.  (code down below). Im trying to receive 10 columns from Qlik and when the code reaches column 4 (Age) it throws a list index out of range-exception. I cant really understand why.. 😞 any suggestions?

rescive data.png

2. Question 2 is regarding the type of param (string or int). As im sending different types of params, numbers shows up just fine but string dont. I tried to change the type of params in the json file to string and no luck, changed "numData" to "strData" and it doesnt work either, i even put str() around the [d.numData......] and still no luck, do you guys have any suggestions? 🙂

 

Thank you!

Labels (2)
1 Reply
qlikssewarrior
Contributor II
Contributor II

I have similar question. Were you able to resolve this?