Skip to content

Wolfcamp Example - Single las file #1

@hemanu

Description

@hemanu

I am trying to use your script, following the steps:

  1. Read the file and create a petropy.Log object

but when trying to assign it to the variable log = ptr.Log (las_file_path), the following error message appears:

Traceback (most recent call last):
File "C:\Python27\wolfcamp_single.py", line 42, in
log = ptr.Log(las_file_path)
File "C:\Python27\lib\site-packages\petropy\log.py", line 55, in init
self.fluid_properties_parameters_from_csv()
File "C:\Python27\lib\site-packages\petropy\log.py", line 333, in fluid_properties_parameters_from_csv
param_df.to_dict(orient = 'index')
File "C:\Python27\lib\site-packages\pandas\util\decorators.py", line 88, in wrapper
return func(*args, **kwargs)
File "C:\Python27\lib\site-packages\pandas\core\frame.py", line 712, in to_dict
raise ValueError("orient '%s' not understood" % orient)
ValueError: orient 'index' not understood

that does not allow me to continue, could you please tell me what step I am not taking into account?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions