{"id":20303167,"url":"https://github.com/bredalis/pandas","last_synced_at":"2026-04-19T07:39:59.259Z","repository":{"id":248436487,"uuid":"805810203","full_name":"Bredalis/Pandas","owner":"Bredalis","description":"Library to work with large data sets 📚","archived":false,"fork":false,"pushed_at":"2026-03-01T22:18:13.000Z","size":1106,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T01:36:39.178Z","etag":null,"topics":["pandas","pandas-dataframe","pandas-library","pandas-python","pandas-series","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bredalis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-05-25T14:21:31.000Z","updated_at":"2026-03-01T22:18:16.000Z","dependencies_parsed_at":"2024-09-16T14:58:02.925Z","dependency_job_id":"75ca0d48-192c-45e2-86f2-5140d81810db","html_url":"https://github.com/Bredalis/Pandas","commit_stats":null,"previous_names":["bredalis/pandas"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/Pandas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPandas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPandas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPandas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPandas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/Pandas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPandas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31999172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["pandas","pandas-dataframe","pandas-library","pandas-python","pandas-series","python"],"created_at":"2024-11-14T16:36:12.122Z","updated_at":"2026-04-19T07:39:59.249Z","avatar_url":"https://github.com/Bredalis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003e📊 Pandas Projects 🐍\u003c/b\u003e\u003c/h1\u003e\n\n\u003ca href=\"https://www.python.org\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-52BE80\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pandas.pydata.org/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Pandas-566573\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/69/bf/8b/69bf8b69d44711f31b780b830fe537a3.jpg\"\u003e\n\n\u003cp\u003e\n📊 \u003cb\u003ePandas Projects\u003c/b\u003e is a collection of beginner-friendly data analysis and DataFrame manipulation examples built using Python and Pandas.\n\nThis repository contains practical exercises demonstrating DataFrame creation, indexing, merging, handling missing data, sorting, and visualization.\n\nThe goal of this project is to understand the fundamentals of data manipulation and analysis through clean, modular, and well-structured code.\n\n\u003c/p\u003e\n\n---\n\n## Table of Contents 🧾\n\n* Description 📝\n* Features 📦\n* Installation 🛠️\n* Usage 📘\n* Technologies 🧪\n* License 📜\n\n---\n\n## Description 📝\n\nThis repository explores essential concepts of data analysis using Pandas.\n\nThe examples included demonstrate:\n\n* 🧱 DataFrame creation (lists, dictionaries, zip)\n* 🔍 Data inspection (`head()`, `tail()`, `describe()`)\n* 🔄 Data sorting and filtering\n* 🔗 Concatenation and merging\n* 🧹 Missing data handling (NaN management)\n* 📊 Basic plotting with Pandas and Matplotlib\n\nThe project is structured to help beginners understand how to manipulate tabular data step by step.\n\n---\n\n## Features 📦\n\n✔️ Clear and beginner-friendly examples\n✔️ DataFrame creation in multiple ways\n✔️ Data cleaning techniques\n✔️ Merge and concat operations\n✔️ Sorting and transformation examples\n✔️ PEP 8–styled scripts\n✔️ Modular and readable code structure\n\n---\n\n## Installation 🖥️\n\n1️⃣ Clone the repository:\n\n```bash\ngit clone https://github.com/Bredalis/Pandas.git\n```\n\n2️⃣ Navigate into the project directory:\n\n```bash\ncd Pandas\n```\n\n3️⃣ Install dependencies:\n\n```bash\npip install pandas matplotlib\n```\n\n---\n\n## Usage ⚙️\n\nTo run any example:\n\n1️⃣ Navigate to the script location:\n\n```bash\ncd folder_name\n```\n\n2️⃣ Execute the Python file:\n\n```bash\npython script_name.py\n```\n\nEach script focuses on a specific Pandas concept to make learning structured and progressive.\n\n---\n\n## Technologies 🧪\n\n* Python 🐍\n* Pandas 📊\n* Matplotlib 📈\n* Data Analysis Fundamentals\n* Data Cleaning \u0026 Manipulation\n\n---\n\n## License 📜\n\nThis project is licensed under the 📜 \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003e\nGPLv3 (GNU General Public License V3.0) \u003c/a\u003e\n\n---\n\n## 👩‍💻 Author\n\n\u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026v=4\" width=\"50\" height=\"50\"\u003e  \n\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hello,+I+am;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\\\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 I am a programmer passionate about technology, data analysis, artificial intelligence, and continuous learning.\nI enjoy transforming raw data into meaningful insights.\n#python #pandas #dataanalysis 🚀\n\n---\n\n## ⭐ Check out my GitHub profile\n\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\\\u0026logo=github\\\u0026logoColor=white\\\u0026labelColor=101010)](https://github.com/bredalis)\n\n---\n\n✨ If you like this project, don’t forget to give it a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fpandas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fpandas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fpandas/lists"}