Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 951 Bytes

File metadata and controls

21 lines (13 loc) · 951 Bytes

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Contents

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.

Code Style

  • 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 logging except for log_config.py
  • Always go through log_config.init() to get your logger