caneff opened a new pull request, #28500: URL: https://github.com/apache/beam/pull/28500
Two changes here: 1) In 2.0, value_counts has different naming. See https://pandas.pydata.org/docs/whatsnew/v2.0.0.html#value-counts-sets-the-resulting-name-to-count for more details. 2) Fix df.value_counts interaction of subset and dropna, discovered by a new doctest failure. Previously we were dropping rows with NA in any column, not just the columns of interest if subset was non-empty. Partially fixes #27221 -- 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]
