Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Address risk of ingesting TTY NA as NaN in Pandas code #109

@computationdoc

Description

@computationdoc

Possibly Simply add parameters to CSV reads:

df = pd.read_csv(file_, dtype=object, na_filter = False)

See other suggestions at: https://stackoverflow.com/questions/33952142/prevent-pandas-from-interpreting-na-as-nan-in-a-string

Metadata

Metadata

Labels

PPitt dev team

Type

No type

Projects

Status

Ready

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions