eyaltrabelsi / pandas-log

The goal of pandas-log is to provide feedback about basic pandas operations. It provides simple wrapper functions for the most common functions that add additional logs
MIT License
214 stars 12 forks source link

Adding tips section #23

Closed eyaltrabelsi closed 4 years ago

eyaltrabelsi commented 4 years ago

PR Description

Please describe the changes proposed in the pull request:

This PR resolves #(put issue number here, and remove parentheses).

PR Checklist

Please ensure that you have done the following:

  1. [x] PR in from a fork off your branch. Do not PR from <your_username>:master, but rather from <your_username>:.
  2. [x] If you're not on the contributors list, add yourself to AUTHORS.rst.

Quick Check

To do a very quick check that everything is correct, follow these steps below:

pep8speaks commented 4 years ago

Hello @eyaltrabelsi! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

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

Line 33:80: E501 line too long (108 > 79 characters) Line 34:80: E501 line too long (134 > 79 characters) Line 35:80: E501 line too long (132 > 79 characters)

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