Skip to content

Commit 3ffa500

Browse files
authored
Update README.md
1 parent 089615f commit 3ffa500

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Raw synthetic healthcare data is generated and stored in GCS, externalized into
8080
<img src="./images/gcs-bucket-files.png" alt="GCS Bucket with Raw Files" width="700"/>
8181
</p>
8282

83-
### 4.3 Data Generation Script (Python)
8483
### 4.3 Data Generation Script (Python)
8584

8685
To simulate a real-world healthcare data pipeline, I wrote a Python script that:
@@ -118,7 +117,7 @@ def generate_patients(num_records):
118117
# Upload CSV, JSON, or Parquet to GCS
119118
def upload_to_gcs(data, path, filename, file_format):
120119
...
121-
120+
```
122121

123122

124123
### 4.4 External Table Creation

0 commit comments

Comments
 (0)