Update app.py
Browse files
app.py
CHANGED
|
@@ -51,6 +51,41 @@ second int Seconde de la transaction
|
|
| 51 |
dob_year : int année de naissance
|
| 52 |
dob_month : int mois de naissance
|
| 53 |
dob_day : int jour de naissance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
""",
|
| 55 |
version="1.0"
|
| 56 |
)
|
|
|
|
| 51 |
dob_year : int année de naissance
|
| 52 |
dob_month : int mois de naissance
|
| 53 |
dob_day : int jour de naissance
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
Voici un exemple :
|
| 58 |
+
|
| 59 |
+
{
|
| 60 |
+
"cc_num": 3593118134380341,
|
| 61 |
+
"merchant": "fraud_Jacobi and Sons",
|
| 62 |
+
"category": "shopping_pos",
|
| 63 |
+
"amt": 9.01,
|
| 64 |
+
"first": "Laura",
|
| 65 |
+
"last": "Casey",
|
| 66 |
+
"gender": "F",
|
| 67 |
+
"street": "6114 Moran Way",
|
| 68 |
+
"city": "Steuben",
|
| 69 |
+
"state": "WI",
|
| 70 |
+
"zip": 54657,
|
| 71 |
+
"lat": 43.1457,
|
| 72 |
+
"long": -91.1021,
|
| 73 |
+
"city_pop": 291,
|
| 74 |
+
"job": "Scientist, clinical (histocompatibility and immunogenetics)",
|
| 75 |
+
"merch_lat": 43.1503,
|
| 76 |
+
"merch_long": -91.0976,
|
| 77 |
+
"year": 2025,
|
| 78 |
+
"month": 11,
|
| 79 |
+
"day": 22,
|
| 80 |
+
"hour": 10,
|
| 81 |
+
"minute": 29,
|
| 82 |
+
"second": 6,
|
| 83 |
+
"dob_year": 1959,
|
| 84 |
+
"dob_month": 5,
|
| 85 |
+
"dob_day": 10
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
|
| 89 |
""",
|
| 90 |
version="1.0"
|
| 91 |
)
|