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
A consistent naming convention should be used for type aliases.
Maybe CamelCase as the stdlib typing module is in Camel Case, but suggestions are welcome.
Inconsistent names could be found in pandas.io.formatters.formatter, formatters_type and float_format_type. Look for other similar names too and fix them all.
The text was updated successfully, but these errors were encountered:
A consistent naming convention should be used for type aliases.
Maybe CamelCase as the stdlib typing module is in Camel Case, but suggestions are welcome.
Inconsistent names could be found in
pandas.io.formatters.formatter
,formatters_type
andfloat_format_type
. Look for other similar names too and fix them all.The text was updated successfully, but these errors were encountered: