Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed deprecated DataFrame.append to pd.concat to fix warning (#1487)
lso removed a loop that wasn't doing anything. DataFrame.append doesn't operate in place so that second loop wasn't causing any side effects, and it was also just adding empty series anyway. If anyone has any insight about why that was there in the first place that would be nice.
- Loading branch information