Displaying 4 results from an estimated 4 matches for "cv11".
Did you mean:
c11
2017 Sep 12
2
comparition of occurrence of multiple variables between two dataframes
...with occurrence and two dataframes.
I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns (48 structures). The occurrence of these structures has been counted on every tree. For example, the tree 12607 has 3 structures CV11, 1 structure IN12 and none (0) of the rest of all the other structures. The very last column is the value given to the tree, according to the structures found on it (each structure giving a number of point to the tree by its presence on it).
The question is: Are there some structures, or combinatio...
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
...occurrence and two dataframes.
> I have an excel table of 15200 lines. Each line correspond to a tree analyzed for its structures. I have all the structures in columns (48 structures). The occurrence of these structures has been counted on every tree. For example, the tree 12607 has 3 structures CV11, 1 structure IN12 and none (0) of the rest of all the other structures. The very last column is the value given to the tree, according to the structures found on it (each structure giving a number of point to the tree by its presence on it).
> The question is: Are there some structures, or combi...
2017 Sep 12
3
comparition of occurrence of multiple variables between two dataframes
Yes of course, I can share this short view of the datas.
Here is the head() of data100, containing all the trees with a final value higher than 100?:
CV11
CV12
CV13
CV14
CV15
CV21
CV22
CV23
CV24
CV25
CV26
CV31
CV32
CV33
CV41
CV42
CV43
CV44
CV51
CV52
IN11
IN12
IN13
1291
0
0
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1083
0
4
0
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
3919
0
0
0
0
0
0
0
0
0
0
0
2
0
0
0
0
0
0
0
0
0
0
0
14685
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0...
2017 Sep 12
0
comparition of occurrence of multiple variables between two dataframes
...datas does not exist.
On 12 September 2017 at 13:57, C?line L?scher <c-luescher at hispeed.ch> wrote:
> Yes of course, I can share this short view of the datas.
>
>
>
> Here is the head() of data100, containing all the trees with a final value
> higher than 100 :
>
> CV11
>
> CV12
>
> CV13
>
> CV14
>
> CV15
>
> CV21
>
> CV22
>
> CV23
>
> CV24
>
> CV25
>
> CV26
>
> CV31
>
> CV32
>
> CV33
>
> CV41
>
> CV42
>
> CV43
>
> CV44
>
> CV51
>
> CV52
>
> IN11...