A dataframe in Spark can be created from an external file. Is there a way to use multiple files to create a single object?
EX: If I have say a csv files or parquet files that record the same data (say the counts of an item purchased on a day of the week). Is there a way to initialize a single dataframe from each day's file to get a single dataframe that represents the data of a week's purchases?