sdc
sdc copied to clipboard
Support for creating pd.DataFrame from 2d numpy array
As title.
Hello @kozlov-alexey! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
sdc/rewrites/dataframe_constructor.py:
Line 343:77: E502 the backslash is redundant between brackets Line 357:96: E262 inline comment should start with '# ' Line 357:121: E501 line too long (130 > 120 characters)