ML.DATASETS.FORCE_2020¶
Loads well log data from the Force 2020 dataset (Norwegian Continental Shelf) for the specified wells.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| wells | list[str] | List of well names to load. Use ML.DATASETS.FORCE_2020.INFO(TRUE, FALSE) to see available wells. | |
| columns | list[str] | None | Column names to fetch (optional). Use ML.DATASETS.FORCE_2020.INFO(FALSE, TRUE) to see available columns. |
Returns¶
Dataset
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.