Spaces:
Configuration error
Configuration error
Update README.md
Browse files
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 |
-
|
20 |
-
|
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 |
|