fisheract

Untitled

Oct 29th, 2019
644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. data = [['a=321', 'b=texthere', 'c=figure1', 'd=112223'],
  2. ['a=321', 'b=textbot', BLANK 'd=112334],
  3. ['a=113', BLANK 'c=figure2', 'd=3321']]
  4. Dataframe result
  5. a b c d
  6. 321 texthere figure1 112223
  7. 321 textbot NaN 112334
  8. 113 NaN figure2 3321
Advertisement
Add Comment
Please, Sign In to add comment