AIS SOG: Handling Negative Values

65 Views Asked by At

I'm working with an AIS dataset. The SOG (speed over ground) field has negative values, but the supported values are between 0 and 102.2 knots. How should I handle these values?

df.describe() of the dataset

0

There are 0 best solutions below