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.86k stars 18.01k forks source link

ENH: set __module__ on concat function in concat.py #60334

Closed amansharma612 closed 1 week ago

amansharma612 commented 1 week ago

This decorates concat with @set_module('pandas') (similar to #55171)