You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the welly.las file when using the to_las function you define the following: l = lasio.LASFile() Later on: l.add_curve('DEPT', df_merged.index.values) but LASFile do not have a "add_curve" method..