I want to start my dataframe with 2 columns only including some value without header. then keep some empty rows and start a new dataframe with a different number of columns starting with the header (in the middle of dataframe).
            Asked
            
        
        
            Active
            
        
            Viewed 15 times
        
    0
            
            
        - 
                    That's not possible with a DataFrame. I imagine you're thinking of an excel sheet. – mozway Jul 28 '23 at 04:51
 - 
                    I am not thinking of Excel. I got 2 dataframes one with just 2 columns and with no header it has information about the report itself and I want to keep it. then I want to merge it with just another dataframe which has 7 headers. – ViciOus CircLe Jul 28 '23 at 05:13
 
