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

Add option to skip header-lines in CSVTimeseriesReader #43

Open
Ovewh opened this issue Oct 7, 2024 · 0 comments
Open

Add option to skip header-lines in CSVTimeseriesReader #43

Ovewh opened this issue Oct 7, 2024 · 0 comments

Comments

@Ovewh
Copy link

Ovewh commented Oct 7, 2024

CSV files often have an header, since it makes them easier to understand. Currently the header of the CSV file cannot be skipped.

e.g something like this

ts = pyaro.open_timeseries('csv_timeseries',
                           filename=file,
                           columns=columns,
                           csvreader_kwargs=csvreader_kwargs,
                           skiprows=2
                           filters=[])
@heikoklein heikoklein changed the title And option to skip header in CSVTimeseriesReader Add option to skip header-lines in CSVTimeseriesReader Nov 11, 2024
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