how do i remove rows in python? March 14, 2022 March 14, 2022 / 1 minute of reading Use Series.ne with all: data = data[data.ne('.').all(1)] CLICK HERE to find out more related problems solutions.