Skip to content

mmann2511/python-crash-course-eq_data_csv_json_plotly

Repository files navigation

Earthquake Data Project

This is a Python Crash Course project from the CSV chapter.

Description

This project reads, analyzes, and visualizes earthquake data using CSV files. It demonstrates working with Python's built-in csv module and basic data handling.

Installation

  1. Clone the repository:
    git clone https://github.com/<username>/python-crash-course-eq_data.git

Navigate to the project folder:

Copy code cd python-crash-course-eq_data (Optional) Create a virtual environment and activate it:

Copy code python -m venv 11_env 11_env\Scripts\activate # Windows source 11_env/bin/activate # macOS/Linux Install any dependencies (if applicable):

Copy code pip install -r requirements.txt Usage Run your Python scripts to analyze earthquake data:

Copy code python your_script.py The project may include multiple scripts for different datasets or analyses.

Features Read CSV files using Python's csv module.

Analyze earthquake data (counts, statistics, etc.).

Optional: visualize data with matplotlib or other libraries.

Files eq_data/ – main project scripts

data/ – earthquake CSV files (or sample data)

README.md – project description

requirements.txt – Python dependencies (if any)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages