This dataset, toyota_stock_prices_df, is a data frame containing the average monthly stock prices of Toyota from 1982 to 1998.
Usage
data(toyota_stock_prices_df)
Format
A data frame with 255 observations and 2 variables:
- Month
Month number from the beginning of the time series (integer)
- Value
Average monthly stock price (numeric)
Details
The dataset name has been kept as 'toyota_stock_prices_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the JapanAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.