Python Forum
how to contribute our code/improvements to python pandas df..?? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: how to contribute our code/improvements to python pandas df..?? (/thread-19886.html)



how to contribute our code/improvements to python pandas df..?? - saikumarcheethirala - Jul-18-2019

Hi All,

I want to contribute some code changes/improvements to python pandas df..??

Can anyone help in adding it to Python Library related to pandas df please?

Thanks in Advance..!!


RE: how to contribute our code/improvements to python pandas df..?? - ichabod801 - Jul-18-2019

You should check out the Pandas Community page. It has links on submitting bug reports, feature requests, and how to contribute to the code base.


RE: how to contribute our code/improvements to python pandas df..?? - Gribouillis - Jul-18-2019

There is a whole page about contributing to pandas on the pandas website. Start from here!