You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be nice to be able to pass a list of files to load and return a dataframe with the results merged by concatenating rows consistent with using ignore_index=True. This would avoid relying on df.append which creates a copy.
it would be nice to be able to pass a list of files to load and return a dataframe with the results merged by concatenating rows consistent with using
ignore_index=True. This would avoid relying ondf.appendwhich creates a copy.