Sample Park Analysis
收藏NIAID Data Ecosystem2026-05-10 收录
下载链接:
https://figshare.com/articles/dataset/Sample_Park_Analysis/30509021
下载链接
链接失效反馈官方服务:
资源简介:
# README – Sample Park Analysis
## Overview
This repository contains a Google Colab / Jupyter notebook and accompanying dataset used for analyzing park features and associated metrics. The notebook demonstrates data loading, cleaning, and exploratory analysis of the `Hope_Park_original.csv` file.
## Contents
- **sample park analysis.ipynb** — The main analysis notebook (Colab/Jupyter format)
- **Hope_Park_original.csv** — Source dataset containing park information
- **README.md** — Documentation for the contents and usage
## Usage
1. Open the notebook in [Google Colab](https://colab.research.google.com/) or Jupyter.
2. Upload the `Hope_Park_original.csv` file to the working directory (or adjust the file path in the notebook).
3. Run each cell sequentially to reproduce the analysis.
## Requirements
The notebook uses standard Python data science libraries:
```python
pandas
numpy
matplotlib
seaborn
创建时间:
2025-11-02



