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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
arrow
Public
Notifications
You must be signed in to change notification settings
Fork
4.3k
Star
17.1k
Code
Issues
2.2k
Pull requests
414
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
ARROW-31: Python: prototype user object model, add PyList conversion path with type inference
- #19
#19
Closed
wesm
wants to merge 21 commits into
apache:master
apache/arrow:master
from
wesm:ARROW-31
wesm/arrow:ARROW-31
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Closed
ARROW-31: Python: prototype user object model, add PyList conversion path with type inference
#19
wesm
wants to merge 21 commits into
apache:master
apache/arrow:master
from
wesm:ARROW-31
wesm/arrow:ARROW-31
Copy head branch name to clipboard
Commits
Commits on Mar 7, 2016
Bootstrap end-to-end exposure in Python, wrap DataType and Field types
wesm
committed
ea2f3ec
View commit details
Copy full SHA for ea2f3ec
Browse repository at this point
Consolidate Field and data type subclasses. Add more Python stubs
wesm
committed
8f7edaf
View commit details
Copy full SHA for 8f7edaf
Browse repository at this point
Cache primitive data type instances
wesm
committed
ac8c796
View commit details
Copy full SHA for ac8c796
Browse repository at this point
Typed array stubs
wesm
committed
55e69a2
View commit details
Copy full SHA for 55e69a2
Browse repository at this point
Essential scaffolding -- error handling, memory pools, etc. -- to work toward converting Python lists to Arrow arrays
wesm
committed
4132bda
View commit details
Copy full SHA for 4132bda
Browse repository at this point
Clean up array builder API to return shared_ptr<Array>
wesm
committed
d5655ba
View commit details
Copy full SHA for d5655ba
Browse repository at this point
Use shared_ptr with dynamic make_builder too
wesm
committed
bdb02e7
View commit details
Copy full SHA for bdb02e7
Browse repository at this point
Basic object model for sequence->arrow conversions
wesm
committed
94f122f
View commit details
Copy full SHA for 94f122f
Browse repository at this point
Cython array box scaffold builds
wesm
committed
102ed36
View commit details
Copy full SHA for 102ed36
Browse repository at this point
Add pandas converter placeholder
wesm
committed
4e206fc
View commit details
Copy full SHA for 4e206fc
Browse repository at this point
Add Status::ToString impls. Unit test stub
wesm
committed
3a774fb
View commit details
Copy full SHA for 3a774fb
Browse repository at this point
Move some bits from arrow/type.h to type.cc
wesm
committed
07c1379
View commit details
Copy full SHA for 07c1379
Browse repository at this point
Add unit test stub
wesm
committed
47fd78e
View commit details
Copy full SHA for 47fd78e
Browse repository at this point
Add a few data type smoke tests
wesm
committed
edb451c
View commit details
Copy full SHA for edb451c
Browse repository at this point
Failing test stubs, raise on null array
wesm
committed
b5b5b82
View commit details
Copy full SHA for b5b5b82
Browse repository at this point
Move PrimitiveType::ToString template back to type.h
wesm
committed
731544a
View commit details
Copy full SHA for 731544a
Browse repository at this point
Build array successfully, without validating contents
wesm
committed
c28bf09
View commit details
Copy full SHA for c28bf09
Browse repository at this point
Smoke test that array garbage collection deallocates memory
wesm
committed
8c3891c
View commit details
Copy full SHA for 8c3891c
Browse repository at this point
Type inference for lists and lists-of-lists
wesm
committed
b02b296
View commit details
Copy full SHA for b02b296
Browse repository at this point
Prototype string and double converters
wesm
committed
1d4618b
View commit details
Copy full SHA for 1d4618b
Browse repository at this point
Test basic conversion of nested lists
wesm
committed
2345541
View commit details
Copy full SHA for 2345541
Browse repository at this point
You can’t perform that action at this time.