innerjoin error and potential matching questions
显示 更早的评论
Hi,
1. I am matching two tables based on ticker but i receive the following error
Error using tabular/innerjoin (line 104)
Left and right key variables 'ticker' and 'ticker' include cells containing non-character vector
values.
Error in Step1Match (line 10)
Data2=innerjoin(Data1,identifiers, 'Keys', {'ticker'});
the two tables Data1 and identifiers are attached. 2. is it feasible to match based on cusip where in one table the cusip is 8 digits and in the other it is 6 digits. In other words, is it possible to match if the 6 digits in one file are part of the 8 digit number of the other file
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!