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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
narwhals-dev
/
narwhals
Public
Notifications
You must be signed in to change notification settings
Fork
210
Star
1.7k
Code
Issues
195
Pull requests
52
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: add DataFrame.equals and Series.equals
- #3717
#3717
Draft
AdrianSosic
wants to merge 10 commits into
narwhals-dev:main
narwhals-dev/narwhals:main
from
AdrianSosic:feat/equals
AdrianSosic/narwhals:feat/equals
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Draft
feat: add DataFrame.equals and Series.equals
#3717
AdrianSosic
wants to merge 10 commits into
narwhals-dev:main
narwhals-dev/narwhals:main
from
AdrianSosic:feat/equals
AdrianSosic/narwhals:feat/equals
Copy head branch name to clipboard
Commits
Commits on Jun 28, 2026
feat: implement Series.equals across pandas-like, Arrow, and Polars backends
AdrianSosic
committed
2dfd834
View commit details
Copy full SHA for 2dfd834
Browse repository at this point
feat: implement DataFrame.equals across pandas-like, Arrow, and Polars backends
AdrianSosic
committed
fdec695
View commit details
Copy full SHA for fdec695
Browse repository at this point
fix: cast other to self dtype in pandas Series.equals when check_dtypes=False
AdrianSosic
committed
5f5af7e
View commit details
Copy full SHA for 5f5af7e
Browse repository at this point
Commits on Jul 1, 2026
tests: add tests for Series.equals
AdrianSosic
committed
faed3fc
View commit details
Copy full SHA for faed3fc
Browse repository at this point
Commits on Jul 16, 2026
Merge remote-tracking branch 'main' into feat/equals
AdrianSosic
committed
6a6fa3a
View commit details
Copy full SHA for 6a6fa3a
Browse repository at this point
fix: remove xfail for int vs string equals comparison
AdrianSosic
committed
deb5259
View commit details
Copy full SHA for deb5259
Browse repository at this point
fix: wrap pc.equal in try-except for ArrowNotImplementedError in Arrow series equals
AdrianSosic
committed
a89ce90
View commit details
Copy full SHA for a89ce90
Browse repository at this point
fix: check schema instead of columns in Arrow DataFrame.equals
AdrianSosic
committed
8b54202
View commit details
Copy full SHA for 8b54202
Browse repository at this point
fix: implement PolarsSeries.equals explicitly to handle strict→check_dtypes rename
AdrianSosic
committed
b9c2326
View commit details
Copy full SHA for b9c2326
Browse repository at this point
fix: handle NaN equality in Arrow series equals
AdrianSosic
committed
16c7980
View commit details
Copy full SHA for 16c7980
Browse repository at this point
You can’t perform that action at this time.