nuclearpinguin commented on issue #5524: [AIRFLOW-4891] Extend list of pylint good-names URL: https://github.com/apache/airflow/pull/5524#issuecomment-508110908 Here is a list of top 10 invalid names with number of occurrences: ``` 12 Variable name "t2" doesn't conform to snake_case naming style (invalid-name) 13 Variable name "ts" doesn't conform to snake_case naming style (invalid-name) 15 Variable name "df" doesn't conform to snake_case naming style (invalid-name) 17 Variable name "v" doesn't conform to snake_case naming style (invalid-name) 19 Variable name "p" doesn't conform to snake_case naming style (invalid-name) 22 Variable name "b" doesn't conform to snake_case naming style (invalid-name) 23 Variable name "m" doesn't conform to snake_case naming style (invalid-name) 24 Variable name "c" doesn't conform to snake_case naming style (invalid-name) 26 Variable name "s" doesn't conform to snake_case naming style (invalid-name) 39 Variable name "d" doesn't conform to snake_case naming style (invalid-name) 107 Variable name "t" doesn't conform to snake_case naming style (invalid-name) ``` So I would suggest also `df` as it's popular name for `pd.DataFrame`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
