PyKX Project - Netflix - Exercise 2

I think I wrote Python Array but it’s a fail and the data count is also wrong.

Can you help me solution?

 

 

 

Hi ,

For this question I recommend querying using kx.q.qsql.select  as this will output a pykx.Table which then can easily be converted to a python array.

I will include some links that may of be of use when completing this question.

Remember - the question asks for a _TV show’s _that are in English.

Generating PyKX objects - PyKX

Querying - PyKX

Let me know if this helps!

Megan

thank you Megan