Currently my data frame looks something like this
A B C D
1 2 2 3
4 5 5 6
I want some thing like this
Insert_date Bulk_load
09-09-2022 [[A, B,C,D],
[1,2,2,3],
[4,5,5,6]]
10-09-2022 [[Q,Z,R,F], (This is an example for dataframe with new values.)
[1,2,2,3],
[4,5,5,6]]
Has any one tried to implement this before?
Is this what you're looking for?
Output: