Closed Bishnup1995 closed 3 years ago
How can we drop a row in a DataFrame. For example, if the value of 3 column in the DataFrame has 0 the delete that row. How to make it possible?
See the select method here https://cardillo.github.io/joinery/v1.9/api/reference/joinery/DataFrame.html#select(joinery.DataFrame.Predicate%3CV%3E)
How can we drop a row in a DataFrame. For example, if the value of 3 column in the DataFrame has 0 the delete that row. How to make it possible?