pylint-dev / pylint-ml

Pylint plugin enhancing code analysis for machine learning and data science
MIT License
2 stars 0 forks source link

add-pandas-dataframe-assign-naming-standard-checker #16

Closed PeterHamfelt closed 1 month ago

PeterHamfelt commented 6 months ago

To enhance code readability when naming a DataFrame, it is recommended to follow the naming convention of using "df_" followed by a descriptive name. This practice helps in clearly distinguishing DataFrame variables from others, thereby improving code clarity and maintainability.

References https://datascience.stackexchange.com/questions/18989/naming-conventions-for-dataframes