Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 First Pull Request – Project Scaffold & Core Features
This is the initial pull request that sets up the foundation for the DataPytheon repository.
It includes the core structure, example data scripts, syncing utilities, testing, linting, and contribution tooling.
The goal is to offer a clean, collaborative, and beginner-friendly space for contributing data-related Python scripts.
✅ What's Included
📁 Project Structure
recipes/— for ready-to-use data processing examples (e.g.,titanic.py)syncers/— for syncing/ingesting data from public APIs (e.g., exchange rates)tests/— pytest-based unit tests for both syncers and recipesrequirements.txt— Python package requirements withseaborn==0.13.2🧪 Example Scripts
recipes/titanic.py— loads Titanic dataset using seabornsyncers/exchange_rates.py— fetches real-time exchange rates via public API✅ Tests
🛠 Tooling & Automation
ruff, testing withpytest+ coverage.coveragercto include onlyrecipes/andsyncers/, exclude all unnecessary filesruff(line length set to 120)📚 Documentation & Community Files
README.mdwith project description, getting started, and emoji-enhanced friendliness:sparkles:CONTRIBUTING.mdwith clear steps and contribution guidelinesCODE_OF_CONDUCT.mdwith inclusive behavior guidelines📦 Motivation
To create an open, educational, and valuable resource where contributors can easily add:
🛤️ Next Steps