We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
precon/precon/adjustments.py
Line 24 in 4e441a7
The above line in the function means if passing in a dataframe with the following format
(i.e. col2 timeseries starts later than col1 ) then jan_adjustment will drop the entire row for 2019-01-01.
Not sure on the correct behaviour, but anecdotally removing the dropna seems to work well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
precon/precon/adjustments.py
Line 24 in 4e441a7
The above line in the function means if passing in a dataframe with the following format
(i.e. col2 timeseries starts later than col1 ) then jan_adjustment will drop the entire row for 2019-01-01.
Not sure on the correct behaviour, but anecdotally removing the dropna seems to work well.
The text was updated successfully, but these errors were encountered: