From 80fc0431bcd7b8d7d2612ff7f31476835b5dbc28 Mon Sep 17 00:00:00 2001 From: dadams-AU Date: Mon, 21 Oct 2024 11:27:47 -0700 Subject: [PATCH] changes --- .../merge_cci_califequity_postgis.ipynb | 3 +- initial_view/secondtake.ipynb | 53 +++++++++++++++++++ 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 initial_view/secondtake.ipynb 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 +}