{ "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 }