EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Returns whether or not the two given values are approximately equal to each other, where the values have an absolute difference of less than 1E-9.
Boolean of whether the two arguments are approximately equal.
Variable | Type | Description |
---|---|---|
arg1 | FLOAT64 | The value to be compared to. |
arg2 | FLOAT64 | The value which should be compared to the first argument. |
df.equals = px.approxEqual(df.a, df.b)