File size: 339 Bytes
920c612
5456c1a
920c612
d0ee8c6
920c612
 
5456c1a
920c612
 
1
2
3
4
5
6
7
8
9
10
import json

# Load the dataset (update 'your_file_path.json' with the actual file location)
file_path = "https://huggingface.co/spaces/BINAII/Mini_Medical_Assistant/blob/main/release_conditions.json"
with open(file_path, "r") as file:
    data = json.load(file)

# Display a sample record
print(data[0])  # Print the first patient record