################################################################################ ############# Docstring (pandas.io.formats.style.Styler.to_latex) ############# ################################## Validation ################################## ################################################################################ 1 Errors found: flake8 error: E121 continuation line under-indented for hanging indent 2 E127 continuation line over-indented for visual indent 2 E231 missing whitespace after ',' 1 E302 expected 2 blank lines, found 0 1 E305 expected 2 blank lines after class or function definition, found 0 3 E701 multiple statements on one line (colon) 4 PDF023 found assignment to single-letter variable 1 W605 invalid escape sequence '\$' ################################################################################ #################### Docstring (pandas.DataFrame.to_latex) #################### ################################## Validation ################################## ################################################################################ 1 Errors found: flake8 error: E124 closing bracket does not match visual indentation ################################################################################ ############## Docstring (pandas.io.formats.style.Styler.format) ############## ################################## Validation ################################## ################################################################################ 3 Errors found: No extended summary found Return value has no description flake8 error: E114 indentation is not a multiple of 4 (comment) 3 E116 unexpected indentation (comment) 1 E123 closing bracket does not match indentation of opening bracket's line 1 E231 missing whitespace after ',' 1 E261 at least two spaces before inline comment 1 PDF023 found assignment to single-letter variable (3 times)