query_production
Extract and filter oil, gas, and water production data from CSV files by date range and well name for petroleum engineering analysis.
Instructions
Query production data from a CSV file (columns: date, well_name, oil, gas, water).
Args: file_path: Absolute path to the production CSV file. well_name: Optional well name to filter by. start_date: Optional start date (YYYY-MM-DD). end_date: Optional end date (YYYY-MM-DD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| well_name | No | ||
| start_date | No | ||
| end_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |