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
.
OpenMS
/
pyopenms_viz
Public
Notifications
You must be signed in to change notification settings
Fork
20
Star
23
Code
Issues
8
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Support/polars
- #49
#49
Draft
singjc
wants to merge 14 commits into
OpenMS:main
OpenMS/pyopenms_viz:main
from
singjc:support/polars
singjc/pyopenms_viz:support/polars
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Draft
Support/polars
#49
singjc
wants to merge 14 commits into
OpenMS:main
OpenMS/pyopenms_viz:main
from
singjc:support/polars
singjc/pyopenms_viz:support/polars
Copy head branch name to clipboard
Commits
Commits on Nov 29, 2024
add: Polars Accessor class and copy or clone method
singjc
committed
f5d667f
View commit details
Copy full SHA for f5d667f
Browse repository at this point
add: unified DataFrame class for pandas and polars
singjc
committed
28292cd
View commit details
Copy full SHA for 28292cd
Browse repository at this point
add: groupby unification
singjc
committed
d3b8613
View commit details
Copy full SHA for d3b8613
Browse repository at this point
move: pl namespace register to unified data frame class
singjc
committed
c5952e9
View commit details
Copy full SHA for c5952e9
Browse repository at this point
Add: import _dataframe to register namespace for polars
singjc
committed
384c0f5
View commit details
Copy full SHA for 384c0f5
Browse repository at this point
fix: Groupby wrapper, return first entry for polars, as it returns a single tuple everytime
singjc
committed
05ed61d
View commit details
Copy full SHA for 05ed61d
Browse repository at this point
add: __repr__ to unified dataframe class
singjc
committed
c7f3f4c
View commit details
Copy full SHA for c7f3f4c
Browse repository at this point
add: to_dict method for unified dataframe
singjc
committed
d82f6f8
View commit details
Copy full SHA for d82f6f8
Browse repository at this point
fix: convert all df's to_dict for use with both pandas or polars df through the unified dataframe interface
singjc
committed
4e0db07
View commit details
Copy full SHA for 4e0db07
Browse repository at this point
add: keep arg to duplicated method for polars column wrapper
singjc
committed
1f5141b
View commit details
Copy full SHA for 1f5141b
Browse repository at this point
update: unified dataframe to dict method
singjc
committed
60fe103
View commit details
Copy full SHA for 60fe103
Browse repository at this point
add: tests for _dataframe mod
singjc
committed
37c7eef
View commit details
Copy full SHA for 37c7eef
Browse repository at this point
add: unified concat method, and add apply method to polars column wrapper
singjc
committed
27594a2
View commit details
Copy full SHA for 27594a2
Browse repository at this point
add: agg for polars column wrapper
singjc
committed
4676573
View commit details
Copy full SHA for 4676573
Browse repository at this point
You can’t perform that action at this time.