You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
The text was updated successfully, but these errors were encountered:
Some of the names are very long and clunky; Some others are misleading, such as
H2 Share
orTime 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 ofdf["my_column_name"]
The text was updated successfully, but these errors were encountered: