Some of the names are very long and clunky; Some others are misleading, such as H2 Share or Time of Investment.
Introduce common naming scheme such as snake_case to avoid typos. In pandas, this also allows for using df.my_column_name instead of df["my_column_name"]
Some of the names are very long and clunky; Some others are misleading, such as
H2 ShareorTime of Investment.Introduce common naming scheme such as snake_case to avoid typos. In pandas, this also allows for using
df.my_column_nameinstead ofdf["my_column_name"]