sp500_tbl_df {usdatasets} | R Documentation |
The dataset name has been changed to 'sp500_tbl_df' to avoid confusion with other packages in the R ecosystem. This naming convention helps distinguish this dataset as part of the 'usdatasets' package and identifies it as a tibble. The original content of the dataset has not been modified.
data(sp500_tbl_df)
A tibble with 50 observations and 12 variables:
Factor indicating the stock ticker symbol of the company.
Numeric representing the market capitalization of the company.
Numeric representing the enterprise value of the company.
Numeric representing the trailing price-to-earnings ratio.
Numeric representing the forward price-to-earnings ratio.
Numeric representing the enterprise value to revenue ratio.
Numeric representing the profit margin of the company.
Numeric representing the total revenue generated by the company.
Numeric representing the growth rate of the company.
Numeric representing the earnings before interest and taxes (EBIT).
Numeric representing the cash holdings of the company.
Numeric representing the total debt of the company.
Data on S&P 500 companies, including financial metrics and ratios.