CSE 6040 - 7.3 - Basic tidying transformations: melting & casting - Code Flashcards

1
Q

When Values appear as columns what can you do to tidy up the table?

A

Peform the Melting operation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two steps to perform the melting operation on a table?

A

To melt the table, you need to do the following.

  1. Extract the column values into a new variable.
  2. Convert the values associated with the column values into a new variable as well.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If an observation is split across multiple rows what method can we use to tidy the table?

A

We can use the Casting method.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly