PyKX Project - Netflix - Exercise 2

https://learninghub.kx.com/forums/topic/pykx-project-netflix-exercise-2-2

I wrote Python Array but it’s a fail and the data count is also wrong. I am using kx.q.qsql.select and I printed an array for only TV but it’s still not working. Can you help me solution?

Corrected variable to englishTV instead of englishTV1* on image

Hi, You are correct for using kx.q.qsql.select, but maybe take a look at the below links to correct the formatting of your query. This will output a pykx.Table which then can easily be converted to a python array. Generating PyKX objects - PyKX Querying - PyKX Hope this helps! Thanks, Megan