Home » Python Programming

Python Programming

Python with Pandas Case 1: Merge CSV files, grouping by columns and sum values

Sample Data 1 (node1) Sample Data 2 (node2) We want a result file to sum the counters of each instance (i.e. link) Output Let’s go through the code

Pythoning with Pandas

Introduction I usually work on my data (i.e. stats files coming from network elements we maintain) using spreadsheets. It’s a routine task that I do –> analyze trends, check for possibl…