キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Discussions

Solve problems, and share tips and tricks with other JMP users.
言語を選択 翻訳バーを非表示
sanchezpeinado
Level III

why stack column is giving me the column's names instead of the column values as a result?

I am traying to stack columns and the result are the column's name instead of the values, why?

1 件の受理された解決策

受理された解決策
hogi
Level XIII

Re: why stack column is giving me the column's names instead of the column values as a result?

2 columns should be generated.
One with the colum names in the rows and one with the values   .

 

Just  think about the inverse: split.

To know which value goes to wich column, you need a column with the target column name.

 

If you don't need this column, you can delete it.

元の投稿で解決策を見る

2件の返信2
hogi
Level XIII

Re: why stack column is giving me the column's names instead of the column values as a result?

2 columns should be generated.
One with the colum names in the rows and one with the values   .

 

Just  think about the inverse: split.

To know which value goes to wich column, you need a column with the target column name.

 

If you don't need this column, you can delete it.

jthi
Super User

Re: why stack column is giving me the column's names instead of the column values as a result?

Like @hogi said it is there to allow you to identify to which columns those values did belong to and you can easily delete it if there is no need for it

 

Using JMP > Reshape Your Data > Stack Columns in Data Tables > Example of Stacking Columns into a S... 

In the Preview pane, the Label column represents the Source Label Column that identifies the source of the data. Its values are the column names in the original table from which the stacked values originated.

 

-Jarmo

おすすめの記事