Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- data = [['a=321', 'b=texthere', 'c=figure1', 'd=112223'],
- ['a=321', 'b=textbot', BLANK 'd=112334],
- ['a=113', BLANK 'c=figure2', 'd=3321']]
- Dataframe result
- a b c d
- 321 texthere figure1 112223
- 321 textbot NaN 112334
- 113 NaN figure2 3321
Advertisement
Add Comment
Please, Sign In to add comment