54e0189301
- Updated table header and cell classes to center-align text for better readability in page_19.html. - Adjusted padding and margins in page_7.html for improved layout and visual consistency. - Reduced spacing in various sections to create a more compact and organized appearance.
7 lines
172 B
Python
7 lines
172 B
Python
import pandas as pd
|
|
|
|
pnoe_df = pd.read_csv('data/pnoe_data.csv')
|
|
patient_df = pd.read_csv('data/patient_data.csv')
|
|
spirometry_df = pd.read_csv('data/spirometry_data.csv')
|
|
|