{"id":44679990,"url":"https://github.com/being24/data_analysis","last_synced_at":"2026-02-15T04:10:33.627Z","repository":{"id":324707430,"uuid":"1090974645","full_name":"being24/data_analysis","owner":"being24","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-15T12:02:53.000Z","size":5877,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T16:18:51.705Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/being24.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-06T11:44:46.000Z","updated_at":"2026-01-15T10:55:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/being24/data_analysis","commit_stats":null,"previous_names":["being24/data_analysis"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/being24/data_analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being24%2Fdata_analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being24%2Fdata_analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being24%2Fdata_analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being24%2Fdata_analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/being24","download_url":"https://codeload.github.com/being24/data_analysis/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being24%2Fdata_analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29468395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-15T04:10:33.035Z","updated_at":"2026-02-15T04:10:33.622Z","avatar_url":"https://github.com/being24.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Analysis Template\r\n\r\nデータ処理・解析を行うためのプロジェクトテンプレートリポジトリです。\r\n\r\nこのリポジトリをテンプレートとして使用することで、統一された開発環境とコーディング規約に基づいたデータ解析プロジェクトを素早く開始できます。\r\n\r\n## Table of Contents\r\n\r\n- [Features](#features)\r\n- [Directory Structure](#directory-structure)\r\n- [Setup](#setup)\r\n- [Usage](#usage)\r\n- [Development Guidelines](#development-guidelines)\r\n- [Technologies](#technologies)\r\n\r\n## Features\r\n\r\n- Python 3.12以上を使用したデータ解析環境\r\n- uvによる高速なパッケージ管理\r\n- Polarsを使用した効率的なデータ処理\r\n- Matplotlibによる可視化\r\n- Ruffによる自動フォーマット\r\n\r\n## Directory Structure\r\n\r\n```\r\ndata_analysis/\r\n├── assets/               # 静的ファイル(フォントなど)\r\n│   └── fonts/           # Tex Gyre Termesフォント\r\n├── data/                # 入力データ(実験条件ごとにサブディレクトリを作成)\r\n├── docs/                # ドキュメント(Markdown形式)\r\n├── output/              # 処理結果(実験条件ごとにサブディレクトリを作成)\r\n├── src/                 # メインコード\r\n├── tests/               # テストコード\r\n├── main.py              # エントリーポイント\r\n└── pyproject.toml       # プロジェクト設定\r\n```\r\n\r\n## Setup\r\n\r\n### Prerequisites\r\n\r\n- Python 3.12以上\r\n- [uv](https://github.com/astral-sh/uv) パッケージマネージャー\r\n\r\n### Installation\r\n\r\n1. このテンプレートから新しいリポジトリを作成\r\n\r\nGitHubの「Use this template」ボタンをクリックして新しいリポジトリを作成します。\r\n\r\n2. リポジトリをクローン\r\n\r\n```bash\r\ngit clone \u003cyour-repository-url\u003e\r\ncd \u003cyour-repository-name\u003e\r\n```\r\n\r\n3. 依存関係をインストール\r\n\r\n```bash\r\nuv sync\r\n```\r\n\r\n## Usage\r\n\r\n### Basic Execution\r\n\r\n```bash\r\nuv run main.py\r\n```\r\n\r\n### Adding Dependencies\r\n\r\n通常の依存関係を追加:\r\n\r\n```bash\r\nuv add \u003cpackage-name\u003e\r\n```\r\n\r\n開発用の依存関係を追加:\r\n\r\n```bash\r\nuv add --dev \u003cpackage-name\u003e\r\n```\r\n\r\n## Development Guidelines\r\n\r\n### Code Style\r\n\r\n- **型ヒント**: 可能な限り型ヒントを追加すること\r\n  - Python 3.10以降の構文を使用(`list`, `dict`など組み込み型を使用)\r\n- **Import**: ファイル冒頭にまとめること\r\n- **ファイル操作**: `pathlib`を使用し、相対パスを使用すること\r\n- **絵文字**: コードに絵文字を使用しないこと\r\n\r\n### Data Processing\r\n\r\n- **ライブラリ**: データ解析にはPolarsを使用すること\r\n- **進捗表示**: ループ処理では進捗を表示すること\r\n- **データ管理**: 多数のデータを処理する際は、データごとにディレクトリを分けること\r\n\r\n### Visualization\r\n\r\n- **ライブラリ**: Matplotlibを使用すること\r\n- **フォント**: Tex Gyre Termes, Times New Romanを使用\r\n- **言語**: グラフのタイトルや軸ラベルは英語を使用\r\n- **必須要素**: タイトル、軸ラベル、凡例を必ず追加\r\n- **レイアウト**: `tight_layout()`を使用\r\n- **メモリ管理**: 連続描画時は`fig.close()`でメモリを解放\r\n\r\n### Code Formatting\r\n\r\nコード変更後、自動的にフォーマットを実行:\r\n\r\n```bash\r\n# フォーマット\r\nuv run ruff format \u003cfile\u003e\r\n\r\n# Import文の整理\r\nuv run ruff check --fix --select I \u003cfile\u003e\r\n```\r\n\r\n### Documentation\r\n\r\n- **形式**: Markdown形式で作成\r\n- **目次**: 必ず目次を追加\r\n- **保存先**: `docs/`ディレクトリ\r\n\r\n### Workflow\r\n\r\n- 作業項目が多い場合は段階的に進め、適宜`git commit`を実行\r\n- Semantic Commitを使用\r\n\r\n## Technologies\r\n\r\n- **Python**: 3.12+\r\n- **Package Manager**: uv\r\n- **Data Processing**: Polars\r\n- **Visualization**: Matplotlib\r\n- **Code Formatting**: Ruff\r\n- **File Operations**: pathlib\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing24%2Fdata_analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeing24%2Fdata_analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing24%2Fdata_analysis/lists"}