Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DavFilsDev
/
data-science-python-practice
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
feature/matplotlib-introduction
User selector
All users
All time
Commit history
Commits on Jul 15, 2025
feat(matplotlib): add basic line plot with title, labels, and save figure
DavFilsDev
committed
ec71d1f
View commit details
Copy full SHA for ec71d1f
Browse repository at this point
Merge pull request #12 from DavFilsDev/feature/pandas
Show description for 9a612ea
DavFilsDev
authored
9a612ea
View commit details
Copy full SHA for 9a612ea
Browse repository at this point
Commits on Jul 14, 2025
Merge pull request #11 from DavFilsDev/feature/pandas-datetime
Show description for 7e8c20f
DavFilsDev
authored
7e8c20f
View commit details
Copy full SHA for 7e8c20f
Browse repository at this point
feat(pandas): add datetime parsing and resampling examples
DavFilsDev
committed
386ac99
View commit details
Copy full SHA for 386ac99
Browse repository at this point
Merge pull request #10 from DavFilsDev/feature/pandas-merge-join
Show description for e5a9426
DavFilsDev
authored
e5a9426
View commit details
Copy full SHA for e5a9426
Browse repository at this point
feat(pandas): add merging, joining, and concatenation examples
DavFilsDev
committed
b89eb72
View commit details
Copy full SHA for b89eb72
Browse repository at this point
Merge pull request #9 from DavFilsDev/feature/pandas-groupby
Show description for dc1ebfd
DavFilsDev
authored
dc1ebfd
View commit details
Copy full SHA for dc1ebfd
Browse repository at this point
feat(pandas): add groupby and aggregation examples
DavFilsDev
committed
c44f36b
View commit details
Copy full SHA for c44f36b
Browse repository at this point
Merge pull request #8 from DavFilsDev/feature/pandas-cleaning
Show description for 8b9dfd7
DavFilsDev
authored
8b9dfd7
View commit details
Copy full SHA for 8b9dfd7
Browse repository at this point
feat(pandas): add data cleaning examples (missing values, renaming, types)
DavFilsDev
committed
a6efd52
View commit details
Copy full SHA for a6efd52
Browse repository at this point
Merge pull request #7 from DavFilsDev/feature/pandas-selection
Show description for 3e4308d
DavFilsDev
authored
3e4308d
View commit details
Copy full SHA for 3e4308d
Browse repository at this point
feat(pandas): add data selection and filtering using loc, iloc, and conditions
DavFilsDev
committed
918adef
View commit details
Copy full SHA for 918adef
Browse repository at this point
Merge pull request #6 from DavFilsDev/feature/pandas-read-write
Show description for fbb08c5
DavFilsDev
authored
fbb08c5
View commit details
Copy full SHA for fbb08c5
Browse repository at this point
feat(pandas): add file read/write with CSV and Excel
DavFilsDev
committed
b1c6308
View commit details
Copy full SHA for b1c6308
Browse repository at this point
Merge pull request #5 from DavFilsDev/feature/pandas-introduction
Show description for fca5e72
DavFilsDev
authored
fca5e72
View commit details
Copy full SHA for fca5e72
Browse repository at this point
feat(pandas): add introduction to Series and DataFrame creation
DavFilsDev
committed
9a6e633
View commit details
Copy full SHA for 9a6e633
Browse repository at this point
Commits on Jul 10, 2025
Merge pull request #4 from DavFilsDev/feature/numpy
Show description for 83dbc26
DavFilsDev
authored
83dbc26
View commit details
Copy full SHA for 83dbc26
Browse repository at this point
[UPDATE] readme file
DavFilsDev
committed
7a8e509
View commit details
Copy full SHA for 7a8e509
Browse repository at this point
Merge pull request #3 from DavFilsDev/feature/numpy-linear_algebra-broadcasting.py
Show description for 6f6cf7d
DavFilsDev
authored
6f6cf7d
View commit details
Copy full SHA for 6f6cf7d
Browse repository at this point
feat(numpy): add linear algebra and broadcasting examples
DavFilsDev
committed
23a5664
View commit details
Copy full SHA for 23a5664
Browse repository at this point
Merge pull request #2 from DavFilsDev/feature/numpy-reshape-statistics-random
Show description for c294bf9
DavFilsDev
authored
c294bf9
View commit details
Copy full SHA for c294bf9
Browse repository at this point
feat(numpy): add reshape, statistics, and random exercises
DavFilsDev
committed
a1c369a
View commit details
Copy full SHA for a1c369a
Browse repository at this point
Commits on Jul 9, 2025
[UPDATE] readme file.
DavFilsDev
committed
97ac0f2
View commit details
Copy full SHA for 97ac0f2
Browse repository at this point
Merge pull request #1 from DavFilsDev/feature/numpy-arrays-basics
Show description for 260931b
DavFilsDev
authored
260931b
View commit details
Copy full SHA for 260931b
Browse repository at this point
feat(numpy): add intro, operations, and indexing exercises
DavFilsDev
committed
95e03fe
View commit details
Copy full SHA for 95e03fe
Browse repository at this point
docs(readme): update installation instructions and project structure
Show description for 6ba1b20
DavFilsDev
committed
6ba1b20
View commit details
Copy full SHA for 6ba1b20
Browse repository at this point
Initial commit
DavFilsDev
authored
e6722be
View commit details
Copy full SHA for e6722be
Browse repository at this point
You can’t perform that action at this time.