Mnemonic Identification
LASMnemonicsID.utils.mnemonics
find_column(df, curve_type)
Function to find the column name in the Well Logs Dataframe args: df: Well Logs Dataframe curve_type: curve type returns: column name
Source code in src/LASMnemonicsID/utils/mnemonics.py
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |