List
 
llc = {Entity["Company", "Moderna::6dvsm"], 
   Entity["Company", "NVIDIACorporation::7ymsk"],  
   Entity["Company", "Square::xx7qd"], 
   Entity["Company", "TeslaMotors::tpbn5"], 
   Entity["Company", "UpstartHoldings::g9csn"], 
   Entity["Company", "ZoomVideoCommunications::3y89f"], 
   Entity["Company", "Zscaler::9vw54"]} ; 
Data from CompanyDate which has a lot of missing information
 
cdata = CompanyData[
  llc, {"Name" , "CurrentRatio" , "Employees" , 
   "FinancialHealthGrade", "ProfitabilityGrade"  , "RevenueGrowth" , 
   "NetIncomeGrowth" , "OperatingIncomeGrowth"}]  
Deletion of missing information and results -- output does not display well so posted picture instead
 
In[222]:= cdata1 =  Grid[DeleteMissing[cdata , All ], Frame -> All]

Because of the deleted missing information, data jumps columns. How can I maintain column integrity??