Skip to content

Commit 3bda292

Browse files
psujit775Sujit Patel
and
Sujit Patel
authored
Fix [FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.] (#247)
* Fix [FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.] * updating pandas version * adding axis=0 in pandas.concat() for more controlled behaviour * updating Pipenv.lock file Co-authored-by: Sujit Patel <[email protected]>
1 parent 63b4a76 commit 3bda292

File tree

5 files changed

+472
-329
lines changed

5 files changed

+472
-329
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# pycharm
107+
.idea/

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sphinx-rtd-theme = "*"
1212
[packages]
1313
requests = "*"
1414
dateparser = "*"
15-
pandas = ">=1.0.0"
15+
pandas = ">=1.4.0"
1616
matplotlib = "*"
1717
numpy = "*"
1818

0 commit comments

Comments
 (0)