pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.83k stars 18k forks source link

DOC: Update variables a and b to names consistent with comment docume… #60372

Open mingjji opened 2 days ago

mingjji commented 2 days ago

This PR updates variable names a and b to left_op and right_op across relevant functions to improve code readability and align with the naming conventions described in the documentation. These changes enhance the clarity of the codebase by using descriptive variable names that reflect their role in operations.

  1. Updated Function Definitions:
    • a → left_op
    • b → right_op

Applied updates across the following methods: