Skip to content

Commit

Permalink
Update README with complete summary of project
Browse files Browse the repository at this point in the history
  • Loading branch information
danceswithme committed Aug 1, 2024
1 parent d2af1b0 commit 080548f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NBA Data Analysis

This project involves analyzing NBA player data, converting city names to geographic coordinates, and storing the data in MongoDB. Additionally, it integrates API requests for annual temperature, cost of living, and tax rates for the cities where players have moved.
Conducted a comprehensive analysis of NBA player movements, examining tax rates, per capita income, and average temperature, including frequency, trend, and regression analyses, comparisons between bins of years, and identifying the most common destinations.

## Project Structure

Expand All @@ -12,6 +12,8 @@ nba_analysis/

├── QGIS/

├── reports/

├── results/

├── scripts/
Expand Down Expand Up @@ -180,7 +182,10 @@ The Python script files are located in the 'nba_analysis/scripts' directory.
Jupyter and other notebooks used for data analysis, along with output files are located in the 'nba_analysis/notebooks' directory.

## Results
Analysis results are saved in the 'nba_analysis/results' directory.
Analysis results are saved in the 'nba_analysis/results' directory

## Reports
Reports summarizing journal entries along with an academic review of the resarch are in the 'nba_analysis/reports' directory

=======

Expand Down

0 comments on commit 080548f

Please sign in to comment.