Prophet not compatible with Pandas 2.0
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
Will Prophet be updated since it fails when running with Pandas 2.0.
Example we get error : AttributeError: 'DataFrame' object has no attribute 'append'
Error because the new pandas does not support append embedded in the Prophet source code
Contributor guide
Assessment
This issue has not been assessed yet.