pylivy
pylivy copied to clipboard
preserve duplicated spark columns on serialization to pandas DF
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