Skip to content
This repository was archived by the owner on Aug 1, 2020. It is now read-only.
This repository was archived by the owner on Aug 1, 2020. It is now read-only.

fips encoded as an int #3

@TomGoBravo

Description

@TomGoBravo

The DataFrame returned by the client has fips represented as an int64 but my understanding is they are better represented as 2 or 5 character strings. A quick fix that seems to work for me is df.fips = df.fips.apply(lambda v: f"{v:0>{2 if v < 100 else 5}}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions