Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
pandas-dev
/
pandas
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
19.4k
Star
47.2k
Code
Issues
3.4k
Pull requests
185
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
ENH: Arrow backed string array - implement factorize() method without casting to objects
#38007
Merged
jorisvandenbossche
merged 15 commits into
pandas-dev:master
pandas-dev/pandas:master
from
simonjayhawkins:factorize
simonjayhawkins/pandas:factorize
Copy head branch name to clipboard
Mar 2, 2021
Conversation
Commits
15
(15)
Checks
Files changed
Merged
ENH: Arrow backed string array - implement factorize() method without casting to objects
#38007
jorisvandenbossche
merged 15 commits into
pandas-dev:master
pandas-dev/pandas:master
from
simonjayhawkins:factorize
simonjayhawkins/pandas:factorize
Copy head branch name to clipboard
Commits
Commits on Nov 21, 2020
moreless copy/paste from fletcher
simonjayhawkins
committed
c53a3c2
Copy full SHA for c53a3c2
Commits on Nov 22, 2020
use docstring from base class
simonjayhawkins
committed
b7d0ab8
Copy full SHA for b7d0ab8
remove redundant type check
simonjayhawkins
committed
154496a
Copy full SHA for 154496a
Commits on Jan 30, 2021
Merge remote-tracking branch 'upstream/master' into factorize
simonjayhawkins
committed
c545970
Copy full SHA for c545970
Commits on Feb 15, 2021
Merge remote-tracking branch 'upstream/master' into factorize
simonjayhawkins
committed
6e3aac8
Copy full SHA for 6e3aac8
ignore new mypy error
simonjayhawkins
committed
73c7de9
Copy full SHA for 73c7de9
update algorithms.Factorize.time_factorize
simonjayhawkins
committed
42ca9c3
Copy full SHA for 42ca9c3
test for arrays with 2 chunks
simonjayhawkins
committed
a251537
Copy full SHA for a251537
Commits on Feb 18, 2021
Merge remote-tracking branch 'upstream/master' into factorize
simonjayhawkins
committed
dbc8253
Copy full SHA for dbc8253
fix failing test_factorize_equivalence
simonjayhawkins
committed
ea59c38
Copy full SHA for ea59c38
fix failing test_factorize_empty
simonjayhawkins
committed
7d98727
Copy full SHA for 7d98727
address dtype comment
simonjayhawkins
committed
0023f08
Copy full SHA for 0023f08
Commits on Feb 19, 2021
move ArrowStringDtype import inside try/except
simonjayhawkins
committed
6a28414
Copy full SHA for 6a28414
Merge remote-tracking branch 'upstream/master' into factorize
simonjayhawkins
committed
c4db20d
Copy full SHA for c4db20d
Commits on Mar 2, 2021
Merge remote-tracking branch 'upstream/master' into factorize
simonjayhawkins
committed
88ab4f4
Copy full SHA for 88ab4f4
You can’t perform that action at this time.