Hi all,
I have updated my DataFrames package from v0.22.5 to v1.1.1.
I have a leftjoin function in my code that is no longer working as expected. The leftjoin function has changed order from the first dataframe.
e.g. leftjoin(dataframe1, dataframe2, on =:column_header)
Previous to updating my package, the order of the leftjoin was identical to dataframe1.
Does anyone know if it is possible to ensure that the order remains the same as dataframe1?
Thanks in advance!