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

More robust CSV-Reader #308

Open
BenediktAllendorf opened this issue Jan 14, 2023 · 0 comments
Open

More robust CSV-Reader #308

BenediktAllendorf opened this issue Jan 14, 2023 · 0 comments

Comments

@BenediktAllendorf
Copy link

Currently, as soon as there are broken lines (random binary data) within the CSV file, it cannot be imported at all. E.g., those lines can appear whenever the sensor isn't shut down correctly, leading to corrupt data being written.

I suggest just ignoring corrupt lines and extracting measurements from the valid lines. This can be done fairly easily in read_csv(), but I wonder whether this isn't done on purpose or if there is any reason to not do this?

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

No branches or pull requests

1 participant