-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4675 task ux home page projects table stats column (#4727)
Co-authored-by: Brittany Kondo <[email protected]>
- Loading branch information
1 parent
dde5721
commit 68d0028
Showing
2 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Report any issues into GitHub: [open an issue](https://github.com/DARPA-ASKEM/t | |
email: [email protected] | ||
password: askem-quality-assurance | ||
``` | ||
2. Create, or open, project named `QA <Your Name>` | ||
### 2. Upload Datasets | ||
|
@@ -21,12 +21,9 @@ Report any issues into GitHub: [open an issue](https://github.com/DARPA-ASKEM/t | |
2. Connect the two datasets to a transform data set operator. | ||
3. Ask the agent the two datasets on date. | ||
4. Add a code cell to view the newly joined dataset | ||
`` | ||
`merged_df` | ||
5. Filter for LA county for January 2021 to March 2021. | ||
6. Ask the agent to add a new column named timestamp. | ||
7. Save as a new dataset named 'LA_cases_deaths_data' | ||
8. Ask the operator to plot for cases and deaths. | ||
9. Copy the plot into the overview page. | ||
10. Add the dataset to the workflow canvas and preview the dataset. Ensure that it has saved correctly. | ||
10. Add the dataset to the workflow canvas and preview the dataset. Ensure that it has saved correctly. |