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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Alexey_Chegodaykin
Contributor
Contributor

Load DataFrame into Qlik Sense Using Python script

Hello. I am student and studying Qlik Sense now. I have some data sources. To the sources i connect with Python script. Then i transform these data using Python (library Pandas) and write in one variable of type Dataframe. So i getting one table of type dataframe. Question. Can i these Dataframe import in Qlik Sense as table directly? Everyone thanks. PS: Sorry for my english translator))

1 Solution

Accepted Solutions
treysmithdev
Partner Ambassador
Partner Ambassador

You'll need to export the dataframe to either csv first and load the csv into Qlik or pass the dataframe to Qlik through a Server Side Extension (SSE) which uses the gRPC protocol. Here are some examples: 

Blog: WhereClause   Twitter: @treysmithdev

View solution in original post

1 Reply
treysmithdev
Partner Ambassador
Partner Ambassador

You'll need to export the dataframe to either csv first and load the csv into Qlik or pass the dataframe to Qlik through a Server Side Extension (SSE) which uses the gRPC protocol. Here are some examples: 

Blog: WhereClause   Twitter: @treysmithdev