EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.41k stars 132 forks source link

fix name of transformations #200

Closed maestro-1 closed 5 months ago

maestro-1 commented 6 months ago

In working recently, I noticed the names of some of the transformations were off. Took a look and discovered that the f-string wasn't properly handled. This PR fixes that

EntilZha commented 6 months ago

Thanks for the catch! I'm pretty sure the type hints PR will be ready to merge soon, so I'm going to try to get that merged first since merging this looks like a pretty trivial/easy rebase marge after that. Thanks!

maestro-1 commented 6 months ago

Okay, sounds good

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.12%. Comparing base (6ed2e9a) to head (1e26966). Report is 5 commits behind head on master.

:exclamation: Current head 1e26966 differs from pull request most recent head 5a5b3f9

Please upload reports for the commit 5a5b3f9 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #200 +/- ## ======================================= Coverage 98.12% 98.12% ======================================= Files 12 12 Lines 2350 2350 ======================================= Hits 2306 2306 Misses 44 44 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.