Problem:
The Following error occurs from the utils.py function:
[current working directory]\madbyte\utils.py:469: FutureWarning: Boolean inputs to the `inclusive` argument are deprecated infavour of `both` or `neither`.
matching = -y_df[(y_df.H_ppm.between(h-h_tol,h+h_tol,inclusive=False))
Solution:
Update this to follow the new pandas guidelines
Problem:
The Following error occurs from the utils.py function:
Solution:
Update this to follow the new pandas guidelines