Skip to content

Some CPF fields are not worth us including #175

@NathanCummings

Description

@NathanCummings

Some of the CPF columns are not worth us having in the metadata. It would be much cleaner if we dropped a bunch of these.

Fore example - all the columns that are just filled with None can be found using:

df = pd.read_parquet(f"{URL}/parquet/shots")
df.columns[df.isna().all()].tolist()

I suggest we drop these for a start.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions