Skip to content

Conversation

@koshy1123
Copy link
Contributor

@koshy1123 koshy1123 commented Oct 24, 2019

Description of changes:
The logs for this are currently producing a boolean array, like:

W1024 16:20:42.335944 140524353476352 pandas.py:1003] Dropping repeated columns: [False False False False False False False False False False False False
 False False False False False False False False False False False False
 False False False False False False False False False False False False
 False False False False False False False False False False False False
 False False False False False False False False False False False False
 False False False False False False False False False False False False
 False]

This makes it so that it prints the names of the columns instead:

Dropping repeated columns: ['duplicated_col_name']

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@igorborgest igorborgest self-assigned this Oct 24, 2019
@igorborgest igorborgest added the enhancement New feature or request label Oct 24, 2019
@igorborgest igorborgest merged commit 86c9a9e into aws:master Oct 24, 2019
@igorborgest
Copy link
Contributor

@koshy1123 nice catch! Thanks for the contribution! 🚀

@koshy1123 koshy1123 deleted the patch-2 branch October 24, 2019 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants