Skip to content

feat: string operations on cells#791

Merged
lars-reimann merged 49 commits intomainfrom
string-cells
May 19, 2024
Merged

feat: string operations on cells#791
lars-reimann merged 49 commits intomainfrom
string-cells

Conversation

@lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented May 19, 2024

Summary of Changes

Add a first batch of string operations on cells:

  • contains
  • ends_with
  • index_of
  • length
  • replace
  • starts_with
  • substring
  • to_date
  • to_datetime
  • to_float
  • to_int
  • to_lowercase
  • to_uppercase
  • trim
  • trim_end
  • trim_start

@github-actions
Copy link
Contributor

github-actions bot commented May 19, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ JSON jsonlint 2 0 0.22s
✅ JSON npm-package-json-lint yes no 0.52s
✅ JSON prettier 2 0 0 1.62s
✅ JSON v8r 2 0 2.45s
✅ PYTHON black 68 0 0 2.0s
✅ PYTHON mypy 68 0 4.26s
✅ PYTHON ruff 68 0 0 0.56s
✅ REPOSITORY git_diff yes no 0.53s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented May 19, 2024

Codecov Report

Attention: Patch coverage is 98.91304% with 2 lines in your changes missing coverage. Please review.

Project coverage is 97.74%. Comparing base (4137131) to head (c5479e9).
Report is 73 commits behind head on main.

Files Patch % Lines
...feds/data/tabular/transformation/_label_encoder.py 66.66% 1 Missing ⚠️
...ds/data/tabular/transformation/_one_hot_encoder.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #791      +/-   ##
==========================================
+ Coverage   97.25%   97.74%   +0.49%     
==========================================
  Files         107      109       +2     
  Lines        5528     5641     +113     
==========================================
+ Hits         5376     5514     +138     
+ Misses        152      127      -25     

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

@lars-reimann lars-reimann marked this pull request as ready for review May 19, 2024 15:20
@lars-reimann lars-reimann merged commit 4a17f76 into main May 19, 2024
@lars-reimann lars-reimann deleted the string-cells branch May 19, 2024 15:20
lars-reimann pushed a commit that referenced this pull request May 29, 2024
## [0.26.0](v0.25.0...v0.26.0) (2024-05-29)

### Features

* `Table.count_row_if` ([#788](#788)) ([4137131](4137131)), closes [#786](#786)
* added method to load pretrained models from huggingface ([#790](#790)) ([dd8394b](dd8394b))
* infer input size of forward and LSTM layers ([#808](#808)) ([098a07f](098a07f))
* outline around dots of scatterplot ([#785](#785)) ([ee8acf7](ee8acf7))
* remove output conversions ([#792](#792)) ([46f2f5d](46f2f5d)), closes [#732](#732)
* shorten some excessively long names ([#787](#787)) ([1c3ea59](1c3ea59)), closes [#772](#772)
* specify column names in constructor of table transformers ([#795](#795)) ([69a780c](69a780c))
* store window size and forecast horizon in dataset ([#794](#794)) ([f07bc5a](f07bc5a))
* string operations on cells ([#791](#791)) ([4a17f76](4a17f76))

### Bug Fixes

* handling of boolean columns in column statistics ([#778](#778)) ([f61cceb](f61cceb))
* sort x values of line plot ([#782](#782)) ([74d8649](74d8649))
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.26.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants