Skip to content

New parameters that exclude uncompatible numpy features#1

Open
bonelli wants to merge 2 commits into
fomcl:masterfrom
bonelli:master
Open

New parameters that exclude uncompatible numpy features#1
bonelli wants to merge 2 commits into
fomcl:masterfrom
bonelli:master

Conversation

@bonelli
Copy link
Copy Markdown

@bonelli bonelli commented Oct 8, 2018

While working on a SAV file I discovered that:

  • columns with duplicated labels (titles) break the numpy implementation, but they are allowed in SAV files. Added an option that ignores labels (titles)
  • certain date-time formats break reading uncompressed files directly with numpy. Added an option that forces using the usual iterator based reader, which works just fine.

Sadly I cannot post the test SAV file, it contains private data.

If you could release a new version with these new options, it'd be awesome, I could use them straight away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant