Skip to content

Error when running timeseries tutorial #368

Answered by jkisse
osteinm asked this question in Q&A
Discussion options

You must be logged in to vote

I just tried the current version of that tutorial on binder, and it is working fine.
I think the error might be related to your profile data that is imported from csv files. It uses the default values for separator (comma) and decimal points.
profiles_sink = pd.read_csv(os.path.join('files', 'simple_time_series_example_sink_profiles.csv'), index_col=0)
Please make sure that your profile data frames (profiles_sink, profiles_source) have numeric indices, starting from 0.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@osteinm
Comment options

Answer selected by jkisse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants