-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TODO] Read data from file for visualisation #9
Comments
Raised PR #10 |
Hi sorry quite busy right now. Might review over the weekend. |
if your file is csv then just read the file using pandas, construct the message yourself and send it over UDP. That's what I am doing right now and it does the trick example:
note: I use "input()" so the code runs when I want it so I can go over line by line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Raising issue as per TODO.
Would like to submit PR for the same
The text was updated successfully, but these errors were encountered: