Skip to content

feature: add fd.clean_excel() companion to fd.clean_csv() (#19) #166

Description

@JohnnyWilson16

Problem

#19 requests a one-line fd.clean_csv(). Excel exports are just as common a "messy source" and share the same shape, so an fd.clean_excel() companion is a natural follow-up.

Depends on #19 — the clean_csv API decision should land first so the two stay consistent. Labeled needs maintainer decision for that reason.

Expected outcome

fd.clean_excel(path, ...) mirroring fd.clean_csv, reusing the same cleaning path, returning cleaned data (+ optional report).

Relevant files

  • src/freshdata/api.py
  • docs (quickstart / api-reference)
  • tests/

Acceptance criteria

Difficulty / skills

🚀 junior–mid — pandas IO (read_excel), API design.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is neededneeds maintainer decisionMaintainer decision needed before implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions