apachecn / apachecn/pandas-cookbook-code-notes
Issue in Pandas code (append usage and deprecation problem)
Open
- Dominant language
- CSS
- Stars
- 94
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
The main issue in this code is the use of DataFrame.append(). This method is deprecated in recent versions of pandas and has been removed in newer releases (pandas 2.0+). Using it will raise an AttributeError or TypeError depending on context.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.