Data Visualisation #12
Labels
data-visualization
enhancement
New feature or request
excel sheet
hacktoberfest
help wanted
Extra attention is needed
Network Automation
up for grabs
Milestone
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?
- Column A to Column B aka zones relation. Ex. How many flows are from
Green
toBlue
,grey
tored
etc. and itshould 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
The text was updated successfully, but these errors were encountered: