Python

Compositacion

Sep 27,24

def fill_missing_intervals_all(assay_data, fill_value=-99): assay_data = assay_data.sort_values(by='HOLE-ID', 'FROM').reset_index(drop=True) filled_data = for i in range(len(assay_data) - 1): current_row = assay_data.iloci next_row …

Read More
top
Nube Minera © 2024