Skip to content
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

Data Visualisation #12

Open
achoudh5 opened this issue Oct 3, 2020 · 2 comments
Open

Data Visualisation #12

achoudh5 opened this issue Oct 3, 2020 · 2 comments

Comments

@achoudh5
Copy link
Owner

achoudh5 commented Oct 3, 2020

  • Visualise the data of the Hacktoberfest_Inputt.xlsx file by either using matplotlib or even within excel file add another sheet

  • What do I want to see?

    • Can the visualization be done on a GUI like tkinter?
    • I want to see the following relations:-
      - Column A to Column B aka zones relation. Ex. How many flows are from Green to Blue , grey to red etc. and it
      should also display which row number of excel sheet has that flow. Ex. Green->Blue is for Row 3
      - Relation source and destination , check valid_ip.py ;
      Ex. Instead of {'Source': '1.2.1.0/24', 'Destination': '6.208.46.0/23, 6.208.48.81, 6.208.48.48'} I would like to see
      {'1.2.1.0/24':['6.208.46.0/23, 6.208.48.81, 6.208.48.48']} instead
@DanB288
Copy link
Contributor

DanB288 commented Oct 3, 2020

Hey @achoudh5 , I would like to work on this issue. Can you assign it to me?

@achoudh5
Copy link
Owner Author

achoudh5 commented Oct 3, 2020

Hi @DanB288

Sure, I'll assign it to you :)

PS:- Make sure you understand the problem set clearly, incase you have any questions feel free to reach out :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants