We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
to_dataset
Make TSDataset method to_dataset work with copy of the passed dataframe
Some users argues that it is not obvious that to_dataset method modify the dataframe inside
Now to_dataset method should work with copy of the dataframe
tests/test_dataset/test_dataset.py
test_to_dataset_not_modify_dataframe
No response
The text was updated successfully, but these errors were encountered:
Update tsdataset.py (issue #741) (#744)
52307d2
Co-authored-by: Martin Gabdushev <[email protected]>
Successfully merging a pull request may close this issue.
🚀 Feature Request
Make TSDataset method
to_dataset
work with copy of the passed dataframeMotivation
Some users argues that it is not obvious that
to_dataset
method modify the dataframe insideProposal
Now
to_dataset
method should work with copy of the dataframeTest cases
tests/test_dataset/test_dataset.py
create testtest_to_dataset_not_modify_dataframe
to_dataset
method and make sure it does not modify the passed dataframeAlternatives
No response
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: