Skip to content

Commit c4c708e

Browse files
committed
- Add reminder about today.json being built in vm013.
- Import `calendar`, `json`, `random`, and `folium`. - Import `geoip2.database` and `Nominatim` from `geopy.geocoders`. - Import `humanize`, `matplotlib.pyplot`, `pandas`, `requests`, `seaborn`, `squarify`, and `pandarallel`. - Define a function `__get_md5_coverage` to calculate the average MD5 coverage from a DataFrame. - Define a function `__get_sha256_coverage` to calculate the average SHA256 coverage from a DataFrame. - Define a function `__create_general_modality_plot` to create a bar plot of the frequency of general modalities. - Refactor the `get_random_sample` function to filter out rows with a score of 0.0 and randomly select one row, retrieve JSON data from the link in that row, and return it as a Python dictionary.
2 parents 1588a4a + 8f7a701 commit c4c708e

File tree

4 files changed

+295
-81
lines changed

4 files changed

+295
-81
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This open-source code repository consists of contributions from a diverse group
1111

1212
For a full list of authors explore the `AUTHORS` file.
1313

14+
## Reminder
15+
The file `today.json` was built in `vm013`.
16+
1417
---
1518
Copyright © 2023 Pittsburgh Supercomputing Center. All Rights Reserved.
1619

0 commit comments

Comments
 (0)