Quiz: Concept of Data
Test yourself on data definition, types, licenses, cleaning, and enrichment.
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
Get hands-on with 1200+ tech skills courses.