read_telenor

bandicoot.io.read_telenor(incoming_cdr, outgoing_cdr, cell_towers, describe=True, warnings=True)

Load user records from a CSV file in telenor format, which is only applicable for call records.

Warning

read_telenor has been deprecated in bandicoot 0.4.

Parameters:
incoming_cdr : str

Path to the CSV file containing incoming records, using the following scheme:

B_PARTY,A_PARTY,DURATION,B_CELL,CALL_DATE,CALL_TIME,CALL_TYPE
outgoing_cdr : str

Path to the CSV file containing outgoing records, using the following scheme:

A_NUMBER,B_NUMBER,DURATION,B_CELL,CALL_DATE,CALL_TIME,CALL_TYPE
cell_towers : str

Path to the CSV file containing the positions of all

describe : boolean

If describe is True, it will print a description of the loaded user to the standard output.