i have a list of dictionaries(values are data frames), i want to concatenate some of them, any suggestions on how to write a function for that ,
thanks
i have a list of dictionaries(values are data frames), i want to concatenate some of them, any suggestions on how to write a function for that ,
thanks
If you have dataframes, you can merge them using merge()
method.