Python Forum
Two separate dataframes, two seperate programs - 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: Two separate dataframes, two seperate programs (/thread-33479.html)



Two separate dataframes, two seperate programs - stylingpat - Apr-28-2021

Hello, I am trying to get two programs to "talk" to each other. The information will be stored in a Pandas Dataframe. Is it possible to have them talk to each other? And how would you do it?


RE: Two separate dataframes, two seperate programs - SheeppOSU - Apr-28-2021

Look into Python's socket library


RE: Two separate dataframes, two seperate programs - stylingpat - Apr-28-2021

Awesome thank you so much! Cool