Skip to content
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

Add support for nulls #39

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Add support for nulls #39

merged 3 commits into from
Oct 31, 2023

Conversation

drhagen
Copy link
Owner

@drhagen drhagen commented Oct 15, 2023

This also adds tabeline.DataType, which has boolean, integer, float, and string types. These types map one-to-one onto Polars types. Arrays are now generic in this type.

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2023

Codecov Report

Merging #39 (cb9a214) into master (6a0792a) will decrease coverage by 1.61%.
The diff coverage is 70.00%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   87.16%   85.55%   -1.61%     
==========================================
  Files          15       16       +1     
  Lines         888     1011     +123     
  Branches      150      203      +53     
==========================================
+ Hits          774      865      +91     
- Misses         99      108       +9     
- Partials       15       38      +23     
Files Coverage Δ
src/tabeline/__init__.py 100.00% <100.00%> (ø)
src/tabeline/_expression/_functions.py 58.82% <22.22%> (-11.55%) ⬇️
src/tabeline/_array.py 80.62% <77.08%> (+5.62%) ⬆️
src/tabeline/_data_type.py 66.21% <66.21%> (ø)

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@drhagen drhagen merged commit 5854d4b into master Oct 31, 2023
6 checks passed
@drhagen drhagen deleted the null-support branch October 31, 2023 00:27
@drhagen drhagen mentioned this pull request Nov 2, 2023
@drhagen
Copy link
Owner Author

drhagen commented Nov 5, 2023

Fixes #33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants