awacke1 commited on
Commit
45669d1
·
1 Parent(s): 4ddf5d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -16,8 +16,8 @@ Write a streamlit program that demonstrates Data synthesis.
16
  Synthesize data from multiple sources to create new datasets.
17
  Use two datasets and demonstrate pandas dataframe query merge and join
18
  with two datasets in python list dictionaries:
19
- 1) List of Hospitals that are over 1000 bed count by city and state, and
20
- 2) 2) State population size and square miles.
21
  Perform a calculated function on the merged dataset.
22
 
23
 
 
16
  Synthesize data from multiple sources to create new datasets.
17
  Use two datasets and demonstrate pandas dataframe query merge and join
18
  with two datasets in python list dictionaries:
19
+ List of Hospitals that are over 1000 bed count by city and state, and
20
+ State population size and square miles.
21
  Perform a calculated function on the merged dataset.
22
 
23