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

PR: Store water levels in a Pandas DataFrame and index time with datetime instead of Excel numerical date #276

Merged
merged 28 commits into from
Apr 10, 2019

Conversation

jnsebgosselin
Copy link
Owner

@jnsebgosselin jnsebgosselin commented Apr 9, 2019

The idea is to use a pandas DataFrame to manage the water levels, barometric and earth tide data. This is going to make the manipulation of the time series so much easier.

Morever, time is now tracked as datetime objects and saved as strings. Therefore, it is going to provide a mean to fix all the bugs that occur when data are available before year 1900 (see Issue #106). If this works well, the same approach will be used to manage weather data too.

@jnsebgosselin jnsebgosselin merged commit f166288 into master Apr 10, 2019
@jnsebgosselin jnsebgosselin deleted the use_pandas_for_wldata branch April 10, 2019 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant