for example i have a data like csv file:
x(col) y(row) Value
0 0 5
3 1 10
2 2 2
1 3 6
output:
[[5,0,0,0],
[0,10,0,0],
[0, 0,2,0],
[0, 0,0,6]]