Quiz: Concept of Data
Test yourself on data definition, types, licenses, cleaning, and enrichment.
We'll cover the following...
1
Which code correctly represents the x
channel as a string column?
A)
chart = alt.Chart(df ).mark_line( ).encode( x='x:Q' )
B)
chart = alt.Chart(df ).mark_line( ).encode( x='x:O' )
C)
chart = alt.Chart(df ).mark_line( ).encode( x='x:N' )
Question 1 of 40 attempted
...