Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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))
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:
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: