diff --git a/initial_view/merge_cci_califequity_postgis.ipynb b/initial_view/merge_cci_califequity_postgis.ipynb index 9a09b5ba..21798fbb 100644 --- a/initial_view/merge_cci_califequity_postgis.ipynb +++ b/initial_view/merge_cci_califequity_postgis.ipynb @@ -7,7 +7,8 @@ "outputs": [], "source": [ "## Title: Evaluating Equity and Impact\n", - "### Author: David P. Adams\n" + "### Author: David P. Adams\n", + "\n" ] }, { diff --git a/initial_view/secondtake.ipynb b/initial_view/secondtake.ipynb new file mode 100644 index 00000000..7ab0b253 --- /dev/null +++ b/initial_view/secondtake.ipynb @@ -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 +}