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
black and PEP8 are pretty important elements of code style in pandas but they aren't mentioned in the style guide, so it may make sense to include them.
The purpose of the style guide to express particular style points we follow. black and pep8 are just tools we use to enforce general "stylistic correctness".
I agree with @alimcmaster1 that linking is probably a sensible thing to do.
black
and PEP8 are pretty important elements of code style inpandas
but they aren't mentioned in the style guide, so it may make sense to include them.https://pandas.pydata.org/pandas-docs/stable/development/code_style.html
The text was updated successfully, but these errors were encountered: