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

feat: add column rename function #25

Merged
merged 4 commits into from
May 27, 2024
Merged

Conversation

farbodahm
Copy link
Owner

@farbodahm farbodahm commented May 26, 2024

This PR:

  • Adds functions for renaming a column in schema and records & add unit tests
  • Integrates the functionality to main dataframe and add integration tests
  • Add benchmark tests

Closes #22 .

Copy link

  • BenchmarkAddStaticColumnFunction Duration: 6.02s ⏳
  • BenchmarkFilterFunction Duration: 1.50s ⏳
  • BenchmarkSchemaValidation Duration: 2.30s ⏳
  • BenchmarkSelect Duration: 2.40s ⏳

Copy link

  • BenchmarkAddStaticColumnFunction Duration: 6.02s ⏳
  • BenchmarkFilterFunction Duration: 1.50s ⏳
  • BenchmarkRenameColumnFunction Duration: 2.40s ⏳
  • BenchmarkSchemaValidation Duration: 2.40s ⏳
  • BenchmarkSelect Duration: 2.40s ⏳

Copy link

  • BenchmarkAddStaticColumnFunction Duration: 5.93s ⏳
  • BenchmarkFilterFunction Duration: 1.50s ⏳
  • BenchmarkRenameColumnFunction Duration: 2.40s ⏳
  • BenchmarkSchemaValidation Duration: 2.40s ⏳
  • BenchmarkSelect Duration: 2.40s ⏳

@farbodahm farbodahm marked this pull request as ready for review May 27, 2024 19:59
@farbodahm farbodahm self-assigned this May 27, 2024
@farbodahm farbodahm merged commit 5b89140 into main May 27, 2024
3 checks passed
@farbodahm farbodahm deleted the feature/add-column-rename branch May 27, 2024 20:00
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.

New Functionality: Column Rename
1 participant