This commit is contained in:
2024-10-21 11:27:47 -07:00
parent e3c7d05cec
commit 80fc0431bc
2 changed files with 55 additions and 1 deletions

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
}