This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This repository contains a single dataset file:
us-cities-top-1k-multi-year-sample.csv- US city population data with columns: City, State, Population, lat, lon, year
The dataset includes the top 1000 US cities with population figures across multiple years (starting from 2014), along with geographic coordinates.
The full dataset is found on Github.
- Follow the usual Pythonic PEP conventions.
- Read pyproject.toml for the linter tools used by policy in this project.
- Comments should be brief and actually useful, not just restate the name of the method
- Nothing is allow to
import loggingexcept forlog_config.py - Always go through
log_config.init()to get your logger