openvinotoolkit / datumaro

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
https://openvinotoolkit.github.io/datumaro/
MIT License
502 stars 125 forks source link

Add Clean Transform for tabular data type #1520

Closed sooahleex closed 1 month ago

sooahleex commented 1 month ago

Summary

How to test

Checklist

License

# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 81.30081% with 23 lines in your changes missing coverage. Please review.

Project coverage is 80.92%. Comparing base (44cc56a) to head (80ded5d). Report is 72 commits behind head on develop.

Files Patch % Lines
src/datumaro/plugins/transforms.py 78.84% 18 Missing and 4 partials :warning:
src/datumaro/components/media.py 93.75% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1520 +/- ## =========================================== + Coverage 80.85% 80.92% +0.06% =========================================== Files 271 276 +5 Lines 30689 32212 +1523 Branches 6197 6530 +333 =========================================== + Hits 24815 26069 +1254 - Misses 4489 4698 +209 - Partials 1385 1445 +60 ``` | [Flag](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1520/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | Coverage Δ | | |---|---|---| | [ubuntu-20.04_Python-3.10](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1520/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `80.92% <81.30%> (+0.07%)` | :arrow_up: | | [windows-2022_Python-3.10](https://app.codecov.io/gh/openvinotoolkit/datumaro/pull/1520/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit) | `80.90% <81.30%> (+0.07%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=openvinotoolkit#carryforward-flags-in-the-pull-request-comment) to find out more.

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