sid-krish / rhometa

metagenome population recombination rate estimation pipeline
MIT License
12 stars 0 forks source link

`mprr_main_parallel_seeded.py` complains of deprecated `pandas.append()` #24

Closed cerebis closed 2 years ago

cerebis commented 2 years ago

Pandas has deprecated the pandas.DataFrame.append() method. Instead, it is advised to use pandas.concat().

The recommended method results in a much more succinct 1-liner.

pandas.concat([df1, df2, df3, .... ], ignore_index=True)
sid-krish commented 2 years ago

fixed 82012707ff0b56800018d7574e59e407b38777da