Skip to content

feat: Add Categorical column type #112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 8, 2025
Merged

feat: Add Categorical column type #112

merged 1 commit into from
Aug 8, 2025

Conversation

borchero
Copy link
Member

@borchero borchero commented Aug 7, 2025

Motivation

With polars 1.32 removing the global string cache, this makes sense to support. Fixes #101.

@borchero borchero self-assigned this Aug 7, 2025
@github-actions github-actions bot added the enhancement New feature or request label Aug 7, 2025
Copy link

codecov bot commented Aug 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1ec1cd3) to head (a8c0468).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #112   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           41        42    +1     
  Lines         2404      2426   +22     
=========================================
+ Hits          2404      2426   +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@delsner delsner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@borchero borchero merged commit 296de6f into main Aug 8, 2025
20 checks passed
@borchero borchero deleted the cat branch August 8, 2025 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add categorical datatype
3 participants