Closed trevorspreadbury closed 7 months ago
Still unsure about this but the classification values are meant to categorize nodes based on certain attributes (e.g., type of entity). So far the code uses "c", "f", and a default "neutral" classification.
Neutral classification for almost all entities in the transactions_table.csv
and individuals_table.csv
files under output/cleaned
directory. "c" stands for clean and "f" for fossil-fuel.
Makes sense -- these could probably use a better name or be documented somewhere
https://github.com/dsi-clinic/2024-winter-climate-cabinet-campaign-finance-tracker/blob/6289156899c02b94711ae953786dde51884520cf/src/utils/network.py#L191