readgssi icon indicating copy to clipboard operation
readgssi copied to clipboard

pandas frame.append method has been removed

Open wmoreland opened this issue 8 months ago • 1 comments

Hi, firstly - thanks for making such a great program!

I was getting the error AttributeError: 'DataFrame' object has no attribute 'append' when running the line readgssi.readgssi(infile='PROJECT_001.DZT', frmt=None, verbose=True)

and when searching for what might be the problem came across this stackoverflow answer saying that since Pandas 2.0, the frame.append method has been removed.

I've fixed my situation temporarily by downgrading to Pandas 1.5.3 and just wanted to let you know. If I get any time I'll make a pull request with the append method changed to the recommended concat method.

wmoreland avatar Dec 06 '23 14:12 wmoreland