replacing special characters in a numpy array with blanks

后端 未结 0 1597
傲寒
傲寒 2021-01-18 22:37

I have a list of lists (see below) which has ? where a value is missing:

([[1,2,3,4],
 [5,6,7,8],
 [9,?,11,12]])

I want to convert this to a

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