Merge branch 'main' of ssh://git.dadams.io:29418/dadams/california_equity_git

This commit is contained in:
2024-10-22 09:18:12 -07:00
2 changed files with 55 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"## Title: Evaluating Equity and Impact\n", "## Title: Evaluating Equity and Impact\n",
"### Author: David P. Adams\n" "### Author: David P. Adams\n",
"\n"
] ]
}, },
{ {

View File

@@ -0,0 +1,53 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"# Project: California Equity Research\n",
"### Data: postgis db `calif_equity` with california climate investment and california enviroscreen data\n",
"#### Goal: Analyze the relationship between climate investment and environmental justice in California\n",
"#### This notebook: second take \n",
"##### Author: [dpadams](dpadams@fullerton.edu)\n",
"##### Date: 2024-10.11"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": [
"# set working directory as ~/home/dadams/repos/california_equity_git/\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"vscode": {
"languageId": "plaintext"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}