SHOW:
|
|
- or go back to the newest paste.
| 1 | - | from this |
| 1 | + | data = [['a=321', 'b=texthere', 'c=figure1', 'd=112223'], |
| 2 | - | |
| 2 | + | ['a=321', 'b=textbot', BLANK 'd=112334], |
| 3 | - | id data |
| 3 | + | ['a=113', BLANK 'c=figure2', 'd=3321']] |
| 4 | - | 0 client_id 1007896 |
| 4 | + | Dataframe result |
| 5 | - | 1 income 7896.3 |
| 5 | + | a b c d |
| 6 | - | 2 #empty row |
| 6 | + | 321 texthere figure1 112223 |
| 7 | - | 3 client_id 1007896 |
| 7 | + | 321 textbot NaN 112334 |
| 8 | - | 4 income 569.6 |
| 8 | + | 113 NaN figure2 3321 |