sdc icon indicating copy to clipboard operation
sdc copied to clipboard

Fixes incorrect definition of layout for SeriesType

Open kozlov-alexey opened this issue 3 years ago • 1 comments

Details: definition of underlying data type of Series was done from PyObject dtype only and didn't take into account layout of original array, as a result 'C' layout was always inferred, where the original array might have other layout, which breaks iteration with such columns.

Fixes #996.

kozlov-alexey avatar Dec 21 '21 19:12 kozlov-alexey

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

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2021-12-21 21:53:14 UTC

pep8speaks avatar Dec 21 '21 19:12 pep8speaks