Hello Everyone.
Presently I have Many Raw Data below to section out.
What's beautiful, all the following data are similar:
Here is an example in row "1", in column "A" only :
In this Case: How can I Keep the values of The following:
I have multiple data similar like above. The comparison with the others are, values and dates.
What is the effective way to get the data?
Or what code can I use? How do you want me to proceed?
Thanks in advance
Presently I have Many Raw Data below to section out.
What's beautiful, all the following data are similar:
Here is an example in row "1", in column "A" only :
0: {c: 9, close: 9, yield: null, referenceDate: null, date: "1997-03-01T00:00:00", …} |
In this Case: How can I Keep the values of The following:
9 | 1997-03-01 |
What is the effective way to get the data?
Or what code can I use? How do you want me to proceed?
Thanks in advance