Parameters: |
- user_id : str
ID of the user (filename)
- records_path : str
Path of the directory all the user files.
- antennas_path : str, optional
Path of the CSV file containing (antenna_id, latitude, longitude)
values. This allows antennas to be mapped to their locations.
- attributes_path : str, optional
Path of the directory containing attributes files (key, value CSV
file). Attributes can for instance be variables such as like, age, or
gender. Attributes can be helpful to compute specific metrics.
- network : bool, optional
If network is True, bandicoot loads the network of the user’s
correspondants from the same path. Defaults to False.
- describe : boolean
If describe is True, it will print a description of the loaded user to
the standard output.
- errors : boolean
If errors is True, returns a tuple (user, errors), where user is the
user object and errors are the records which could not be loaded.
|