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

Remove time unit and column from python and make time the first column #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

heimir-sverrisson
Copy link

This PR addresses issue #8 and issue #9.
The time_column and unit arguments have been removed from the TimeSeriesDataFrame python constructor.
If the time column is not the first column it is moved to be the first column of the result. This behavior was already enforced in Scala and is now properly handled in Python including the code that caused issue #8.

Verify that derived time series will have time
as the first column, regardless of its position
in the source series.
Issue twosigma#8 is fixed by using the corrected
Scala schema after a call to groupByCycle,
as the result has time as first column.
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

Successfully merging this pull request may close these issues.

1 participant