Source: FRED 30-Year Fixed Rate Mortgage Average in the United States (MORTGAGE30US)
As of December 30th,2024, the 30-Year Fixed Rate Mortgage rate average in the US is 6.85%.
Source: FRED 30-Year Fixed Rate Mortgage Average in the United States (MORTGAGE30US)
As of December 30th,2024, the 30-Year Fixed Rate Mortgage rate average in the US is 6.85%.
In order to help me to take decisions about which class to take every semester I did a web scrapping from the graduate and undergraduate bulletin. For every class I could get classe name, prerequisites, credits, teacher, program, description, etc, in a formated tabular document.
Using Python CSV library I could read the tables and parse the data to other formats. One format very useful to handle graph structures is the DOT language script (included in the Graphviz project), in which you can describe both the graph structure and the elements of the graph layout.
Here is the Python source-code to convert the tables to graphs at Github.
The final result (click to view in full size):
Limitations and comments: