This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"org_connection_id": "16e39045-5382-42a0-b93d-b75268984c1f", | |
"resource_types": [ | |
"AllergyIntolerance", | |
"CarePlan", | |
"CareTeam", | |
"Condition", | |
"Device", | |
"DiagnosticReport", | |
"DocumentReference", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
import csv | |
import os | |
# Define the input files and output file | |
input_files = [f'pitchbook-{i}.json' for i in range(1, 12)] | |
output_file = 'investors_data.csv' | |
# Define the headers for the CSV file | |
headers = [ |
OlderNewer