{"id":19798081,"url":"https://github.com/carlosvinimsouza/dataanalysiswithpython","last_synced_at":"2026-04-11T07:01:44.457Z","repository":{"id":108566922,"uuid":"451897938","full_name":"CarlosViniMSouza/DataAnalysisWithPython","owner":"CarlosViniMSouza","description":"Learn Data Analysis using Libs Python (Numpy, Pandas, Matplotlib and Seaborn)","archived":false,"fork":false,"pushed_at":"2022-02-03T13:45:11.000Z","size":727,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-28T11:34:34.203Z","etag":null,"topics":["data-analysis","data-science","free-code-camp","matplotlib","numpy","pandas","python","python3","seaborn"],"latest_commit_sha":null,"homepage":"https://www.freecodecamp.org/news/how-to-analyze-data-with-python-pandas/","language":"Jupyter Notebook","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/CarlosViniMSouza.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}},"created_at":"2022-01-25T13:56:25.000Z","updated_at":"2025-08-13T02:36:03.000Z","dependencies_parsed_at":"2023-03-13T14:24:55.510Z","dependency_job_id":null,"html_url":"https://github.com/CarlosViniMSouza/DataAnalysisWithPython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CarlosViniMSouza/DataAnalysisWithPython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FDataAnalysisWithPython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FDataAnalysisWithPython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FDataAnalysisWithPython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FDataAnalysisWithPython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosViniMSouza","download_url":"https://codeload.github.com/CarlosViniMSouza/DataAnalysisWithPython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosViniMSouza%2FDataAnalysisWithPython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["data-analysis","data-science","free-code-camp","matplotlib","numpy","pandas","python","python3","seaborn"],"created_at":"2024-11-12T07:28:03.251Z","updated_at":"2026-04-11T07:01:44.408Z","avatar_url":"https://github.com/CarlosViniMSouza.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo_FCC](https://github.com/CarlosViniMSouza/Python-BackEnd-Django/blob/main/Images/freecodecamp.png)\n\n![logo_article](https://www.freecodecamp.org/news/content/images/size/w2000/2021/02/dataapython.png)\n\n[Course about Data Analysis with Python Course - Numpy, Pandas, Data Visualization](https://www.youtube.com/watch?v=GPVsHOlRBBI\u0026ab_channel=freeCodeCamp.org)\n\n[music](https://www.youtube.com/watch?v=DArzZ3RvejU\u0026ab_channel=TrapNation)\n\nThe course is divided into 5 modules. Here is what the modules cover.\n\n## Lesson 1: Python \u0026 Jupyter Fundamentals\n```\n° Installation and setup - Python \u0026 Jupyter\n° Jupyter notebook \u0026 Lab walkthrough\n° Types, variables, statements \u0026 expressions\n° Functions, exceptions \u0026 scope\n```\n\n## Assignment 1 - Python Practice\n```\n° Solve word problems using variables \u0026 arithmetic operations\n° Manipulate data types using methods \u0026 operators\n° Use branching and iterations to translate ideas into code\n° Explore the documentation and get help from the community\n```\n\n## Lesson 2: Numpy for data processing\n```\n° Numpy arrays\n° Indexing\n° Operations\n° Numpy: advanced topics\n```\n\n## Assignment 2 - Numpy Practice\n```\n° Explore different ways to create Numpy arrays\n° Manipulate, aggregate and combine arrays\n° Apply broadcasting \u0026 vectorization techniques\n° Explore Numpy docs and write a blog post\n```\n\n## Lesson 3: Pandas for working with tabular data\n```\n° Series\n° Dataframes\n° Operations\n° Merging, Grouping \u0026 Joining\n```\n\n## Assignment 3 - Pandas Practice\n```\n° Read and write different file types using Pandas data frames\n° Manipulate rows, columns, empty values in data frames\n° Merge, join and query data from multiple data frames\n° Explore interoperability between Numpy \u0026 Pandas\n```\n\n## Lesson 4: Visualization with Matplotlib and Seaborn\n```\n° Basic visualization with Matplotlib\n° Beautiful visualizations with Seaborn\n° Plotting directly from Pandas\n° Other libraries: Plotly, Bokeh, Folium etc.\n```\n\n## Lesson 5: Exploratory Data Analysis: A Case Study\n```\n° Working with Images using PIL\n° Loading a dataset with Pandas\n° Operations with numpy\n° Visualization with Matplotlib \u0026 Seaborn\n```\n\n## Course Project - Exploratory Data Analysis\n```\n° Find a real-world dataset of your choice online\n° Use Numpy \u0026 Pandas to parse, clean \u0026 analyze data\n° Use Matplotlib \u0026 Seaborn to create visualizations\n° Ask and answer interesting questions about the data\n```\n\n## More links for studies:\n\n## 💻\u0026nbsp; Code References\n\n• First steps with Python: https://jovian.ai/aakashns/first-steps-with-python\n\n• Variables and data types: https://jovian.ai/aakashns/python-variables-and-data-types\n\n• Conditional statements and loops: https://jovian.ai/aakashns/python-branching-and-loops\n\n• Functions and scope: https://jovian.ai/aakashns/python-functions-and-scope\n\n• Working with OS \u0026 files: https://jovian.ai/aakashns/python-os-and-filesystem\n\n• Numerical computing with Numpy: https://jovian.ai/aakashns/python-numerical-computing-with-numpy\n\n• 100 Numpy exercises: https://jovian.ai/aakashns/100-numpy-exercises\n\n• Analyzing tabular data with Pandas: https://jovian.ai/aakashns/python-pandas-data-analysis\n\n• Matplotlib \u0026 Seaborn tutorial: https://jovian.ai/aakashns/python-matplotlib-data-visualization\n\n• Data visualization cheat sheet: https://jovian.ai/aakashns/dataviz-cheatsheet\n\n• EDA on StackOverflow Developer Survey: https://jovian.ai/aakashns/python-eda-stackoverflow-survey\n\n• Opendatasets python package: https://github.com/JovianML/opendatasets\n\n• EDA starter notebook: https://jovian.ai/aakashns/python-eda-stackoverflow-survey\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosvinimsouza%2Fdataanalysiswithpython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlosvinimsouza%2Fdataanalysiswithpython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlosvinimsouza%2Fdataanalysiswithpython/lists"}