Update csv1.csv

This commit is contained in:
Víctor Martínez 2021-08-03 00:34:47 +02:00 committed by GitHub
parent 9f8b174318
commit 628611459a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
type,client,tx,amount type,client,tx,amount
deposit,1,1,1.0 deposit,1,1,1.0
deposit,1,1,4.0 deposit,1,2,4.0
deposit,2,2,5.0 deposit,2,3,5.0
deposit,1,3,2.0 deposit,1,4,2.0
withdrawal,1,4,1.5 withdrawal,1,5,1.5
withdrawal,2,5,3.0 withdrawal,2,6,3.0
deposit,3,6,5.0 deposit,3,7,5.0
deposit,3,7,2.0 deposit,3,8,2.0
dispute,3,7, dispute,3,8,
chargeback,3,7, chargeback,3,8,

1 type client tx amount
2 deposit 1 1 1.0
3 deposit 1 1 2 4.0
4 deposit 2 2 3 5.0
5 deposit 1 3 4 2.0
6 withdrawal 1 4 5 1.5
7 withdrawal 2 5 6 3.0
8 deposit 3 6 7 5.0
9 deposit 3 7 8 2.0
10 dispute 3 7 8
11 chargeback 3 7 8