Issues with Update() on floating-point EFT values
I am merging sample-level metadata with time-series raw measurements using Python’s merge_asof and then updating the time-series table in JMP using Update(). Both tables contain columns for time (EFT) and batch ID.
The problem:
After the Python merge, the resulting table (merged_samples) contains exact matches for some time points and “nearest” matches for others.
Python merge handles “nearest” ...