karangarg218 commented on issue #33441:
URL: https://github.com/apache/beam/issues/33441#issuecomment-2561886311
Hi Can you assign this task to me. I have checked that this is in python sdk
this is the file with warnings.catch_warnings():
# TODO(yathu) switch to use DataFrame.map when dropped pandas<2.1
support
warnings.filterwarnings(
"ignore", message="DataFrame.applymap has been deprecated")
data = data.applymap(lambda x: str(x) if isinstance(x, dict) else x)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]