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

Add memory usage #19

Closed eyaltrabelsi closed 5 years ago

eyaltrabelsi commented 5 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. [ ] PR in from a fork off your branch. Do not PR from <your_username>:master, but rather from <your_username>:.
  2. [ ] 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:

Relevant Reviewers

Please tag maintainers to review.

pep8speaks commented 5 years ago

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

Line 61:80: E501 line too long (99 > 79 characters) Line 65:80: E501 line too long (86 > 79 characters) Line 141:80: E501 line too long (107 > 79 characters) Line 142:80: E501 line too long (110 > 79 characters) Line 143:80: E501 line too long (148 > 79 characters)

Line 92:80: E501 line too long (105 > 79 characters) Line 97:80: E501 line too long (82 > 79 characters)

Comment last updated at 2019-10-26 20:24:37 UTC