Skip to content

Remove dependency on pandas #44

@timcu

Description

@timcu

Currently pandas is used purely to read the excel file and pandas uses xlrd to do all the work anyway. Installing pandas on some computers is difficult (eg raspberry pi running raspbian) so if we could remove the requirement for pandas then the software could be deployed in more places requiring less resources. Documentation for xlrd says it is best for .xls files but openpyxl is best for .xlsx files. Unfortunately source data file can currently be either format. May need to use both libraries until gov stops using .xls files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions