m4-api - M4 Python API for Clinical Datasets
Query clinical datasets (MIMIC-IV, eICU) programmatically using Python
Tags
Updated: 2026-03-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- select dataset
- list datasets
- get schema
- get table info
- execute SQL query
- search notes
- get note
- list notes
Inputs
- dataset name
- table name
- SQL query
- search query
- note type
- note ID
- subject ID
Outputs
- DataFrame
- schema dictionary
- query results
- note text
- confirmation message
Requirements
- Python code execution environment
- pandas support
- M4 API module
