pylivy icon indicating copy to clipboard operation
pylivy copied to clipboard

preserve duplicated spark columns on serialization to pandas DF

Open ryanpetm opened this issue 3 years ago • 0 comments

Current behavior means that if the spark DF has duplicated column names then only one instance of that column gets recovered in the returned Pandas DF when we call the read/download method

ryanpetm avatar Jan 04 '22 16:01 ryanpetm