Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newer versions of savReadWriter include headers in data that is read #719

Open
geirfreysson opened this issue Feb 27, 2017 · 0 comments
Open
Labels

Comments

@geirfreysson
Copy link
Contributor

The latter versions of savReaderWriter will include the header of a datafile so that this line

dataframe = pd.DataFrame.from_records((x for x in reader), coerce_float=False)

will fail because the first x in reader is a string, not a number.

geirfreysson added a commit that referenced this issue Feb 27, 2017
We check for the version of savReaderWriter being used and if it is a recent one, we start reading after line 0 (i.e. the header).
@alextanski alextanski added this to the for Master merge milestone Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants