printing the records of a table with PETL package without having the character “u”

后端 未结 0 448
灰色年华
灰色年华 2021-01-29 00:20

import petl as etl from petl import fromtext, capture, skip

table1 = fromtext(\'text_.txt\')

table2 = capture(table1, \'lines\', \'(.)\\|(.)\\|(.*)$\')

相关标签:
回答
  • 消灭零回复
提交回复
热议问题