From 6bab99a042fe5638706eedc0a7038251b01b6244 Mon Sep 17 00:00:00 2001 From: Jeremy <142772429+danceswithme@users.noreply.github.com> Date: Tue, 9 Jul 2024 22:09:00 -0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c8ca86..74c682c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,15 @@ This project involves analyzing NBA player data, converting city names to geogra nba_analysis/ ├── data/ + │ └── Players that fit Query - Final List.csv + ├── scripts/ + │ └── update_and_import.py + ├── venv/ + ├── README.md @@ -107,13 +112,3 @@ Feel free to submit issues or pull requests if you have any improvements or fixe License This project is licensed under the MIT License. - - -### Summary - -- **API Requests**: Describes the integration of API requests for obtaining annual temperature, cost of living, and tax rate data for cities. -- **Setup Instructions**: Provides detailed steps for setting up the environment, installing dependencies, and running the script. -- **Project Structure**: Illustrates the directory structure of the project. -- **Script Details**: Explains the functionalities of the `update_and_import.py` script, including data retrieval and storage. - -By following these instructions, users can understand how to set up, run, and utilize the NBA data analysis project, including the integration of API requests for additional city-related data.