Remove a tuple containing nan in list of tuples — Python

后端 未结 4 399
心在旅途
心在旅途 2021-01-24 12:13

I have a long list of tuples and want to remove any tuple that has a nan in it using Python.

What I currently have: x = [(\'Recording start\', 0), (nan, 4), (nan, 7

4条回答
提交回复
热议问题