query_production
Query oil, gas, and water production data from a CSV file. Filter by well name, start date, or end date to analyze petroleum production trends.
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 |