Skip to content

Conversation

@Sedosa
Copy link
Contributor

@Sedosa Sedosa commented Feb 17, 2019

  • Went through every file and filled in missing references in See Also section
  • Updated code_check.sh to reflect it.

To do this I went through every file and corrected the SA04 errors.

When executing "validation_docstring.py" as per the "Pandas documentation validation errors" page, SA04 errors were still appearing but I haven't been able to locate them. Assistance may be required.

 Updated code_checks.sh Amended files where errors appeared
@pep8speaks
Copy link

Hello @Sedosa! Thanks for submitting the PR.

Line 174:69: W291 trailing whitespace

Line 912:1: W293 blank line contains whitespace
Line 1376:80: E501 line too long (80 > 79 characters)
Line 1479:80: E501 line too long (80 > 79 characters)
Line 1608:69: W291 trailing whitespace
Line 2305:74: W291 trailing whitespace

Line 1393:65: W291 trailing whitespace
Line 1414:58: W291 trailing whitespace

Line 483:80: E501 line too long (80 > 79 characters)

Line 798:66: W291 trailing whitespace

Line 735:76: W291 trailing whitespace
Line 737:76: W291 trailing whitespace
Line 738:80: E501 line too long (80 > 79 characters)

Line 1453:70: W291 trailing whitespace

Line 693:80: E501 line too long (99 > 79 characters)
Line 694:80: E501 line too long (100 > 79 characters)
Line 1035:80: E501 line too long (86 > 79 characters)
Line 1092:80: E501 line too long (86 > 79 characters)
Line 1418:80: E501 line too long (80 > 79 characters)
Line 1477:80: E501 line too long (92 > 79 characters)

Line 251:80: E501 line too long (82 > 79 characters)
Line 252:80: E501 line too long (81 > 79 characters)

Line 156:80: E501 line too long (98 > 79 characters)

Line 721:80: E501 line too long (115 > 79 characters)
Line 3943:80: E501 line too long (81 > 79 characters)
Line 5982:72: W291 trailing whitespace
Line 7169:65: W291 trailing whitespace

Line 991:62: W291 trailing whitespace
Line 3352:72: W291 trailing whitespace
Line 4529:61: W291 trailing whitespace
Line 5996:70: W291 trailing whitespace
Line 5997:70: W291 trailing whitespace
Line 7682:80: E501 line too long (85 > 79 characters)

Line 711:76: W291 trailing whitespace
Line 713:77: W291 trailing whitespace
Line 715:73: W291 trailing whitespace
Line 1257:76: W291 trailing whitespace
Line 1259:77: W291 trailing whitespace
Line 1261:73: W291 trailing whitespace

Line 241:75: W291 trailing whitespace
Line 1504:60: W291 trailing whitespace
Line 1506:80: E501 line too long (82 > 79 characters)

Line 215:80: E501 line too long (82 > 79 characters)
Line 215:83: W291 trailing whitespace

Line 696:25: W291 trailing whitespace
Line 1994:41: W291 trailing whitespace
Line 3660:80: E501 line too long (99 > 79 characters)
Line 4040:80: E501 line too long (80 > 79 characters)
Line 4040:81: W291 trailing whitespace

Line 322:68: W291 trailing whitespace
Line 359:73: W291 trailing whitespace
Line 417:73: W291 trailing whitespace

Line 1303:80: E501 line too long (96 > 79 characters)
Line 1303:97: W291 trailing whitespace
Line 1344:80: E501 line too long (96 > 79 characters)
Line 1344:97: W291 trailing whitespace

Line 547:80: E501 line too long (81 > 79 characters)
Line 1452:80: E501 line too long (82 > 79 characters)
Line 2827:75: W291 trailing whitespace

Line 3170:71: W291 trailing whitespace

Line 216:80: E501 line too long (83 > 79 characters)
Line 216:84: W291 trailing whitespace
Line 218:80: E501 line too long (82 > 79 characters)
Line 218:83: W291 trailing whitespace
Line 220:80: E501 line too long (88 > 79 characters)
Line 839:80: E501 line too long (84 > 79 characters)
Line 840:80: E501 line too long (90 > 79 characters)

Line 93:80: E501 line too long (80 > 79 characters)
Line 93:81: W291 trailing whitespace
Line 96:80: E501 line too long (82 > 79 characters)
Line 96:83: W291 trailing whitespace

Line 188:80: E501 line too long (81 > 79 characters)
Line 188:82: W291 trailing whitespace
Line 329:78: W291 trailing whitespace
Line 330:48: W291 trailing whitespace

Line 743:71: W291 trailing whitespace

Line 524:74: W291 trailing whitespace
Line 537:69: W291 trailing whitespace
Line 595:72: W291 trailing whitespace
Line 2086:66: W291 trailing whitespace

Line 983:67: W291 trailing whitespace

Line 700:68: W291 trailing whitespace
Line 702:76: W291 trailing whitespace
Line 1921:74: W291 trailing whitespace
Line 1923:77: W291 trailing whitespace
Line 1925:73: W291 trailing whitespace
Line 2238:79: W291 trailing whitespace

Line 647:70: W291 trailing whitespace
Line 648:77: W291 trailing whitespace
Line 683:73: W291 trailing whitespace
Line 744:67: W291 trailing whitespace
Line 765:59: W291 trailing whitespace

Line 531:71: W291 trailing whitespace
Line 533:71: W291 trailing whitespace
Line 645:74: W291 trailing whitespace
Line 713:78: W291 trailing whitespace

Line 189:68: W291 trailing whitespace
Line 190:71: W291 trailing whitespace
Line 191:72: W291 trailing whitespace

@Sedosa Sedosa closed this Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants