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

Use DataFrame.map instead of DataFrame.applymap #1613

Conversation

sooahleex
Copy link
Contributor

@sooahleex sooahleex commented Sep 20, 2024

Summary

  • Use DataFrame.map instead of DataFrame.applymap
  • DataFrame.applymap has been deprecated.

How to test

Checklist

  • I have added unit tests to cover my changes.​
  • I have added integration tests to cover my changes.​
  • I have added the description of my changes into CHANGELOG.​
  • I have updated the documentation accordingly

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below).
# Copyright (C) 2024 Intel Corporation
#
# SPDX-License-Identifier: MIT

@sooahleex sooahleex requested review from a team as code owners September 20, 2024 02:12
@sooahleex sooahleex requested review from wonjuleee and removed request for a team September 20, 2024 02:12
@sooahleex sooahleex changed the base branch from develop to releases/1.9.0 September 20, 2024 02:13
@sooahleex sooahleex added this to the 1.9.1 milestone Sep 20, 2024
@sooahleex sooahleex added the ENHANCE Enhancement of existing features label Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (releases/1.9.0@ad84aa7). Learn more about missing BASE report.

Additional details and impacted files
@@                Coverage Diff                @@
##             releases/1.9.0    #1613   +/-   ##
=================================================
  Coverage                  ?   81.08%           
=================================================
  Files                     ?      278           
  Lines                     ?    32550           
  Branches                  ?     6619           
=================================================
  Hits                      ?    26392           
  Misses                    ?     4701           
  Partials                  ?     1457           
Flag Coverage Δ
ubuntu-20.04_Python-3.10 81.06% <100.00%> (?)
windows-2022_Python-3.10 81.05% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sooahleex sooahleex force-pushed the enhance/clean_applymap_deprecate branch from 0616465 to 72ae5ed Compare September 20, 2024 02:27
@sooahleex sooahleex force-pushed the enhance/clean_applymap_deprecate branch from 72ae5ed to f4468cd Compare September 25, 2024 05:42
@sooahleex sooahleex merged commit ec9f3ba into openvinotoolkit:releases/1.9.0 Sep 25, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ENHANCE Enhancement of existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants