Company Financial Data: Synthetic Dataset
Synthetic Company Financial Data: Sales, Profits, Assets, and Ranks.
@kaggle.saurabh12016613_companies_synthetic_data
Synthetic Company Financial Data: Sales, Profits, Assets, and Ranks.
@kaggle.saurabh12016613_companies_synthetic_data
Context:
This dataset provides a synthetic representation of company financial data, including key metrics such as sales, profits, assets, and ranks. The purpose of this dataset is to serve as a practice resource for data preprocessing, synthetic data generation, and exploration. Please note that the data is entirely fictional and should not be considered as real-world financial information.
Dataset Specifics:
Title: Synthetic Company Financial Data
Subtitle: Sales, Profits, Assets, and Ranks for Practice
Description: This synthetic dataset contains fictional company financial data generated for educational purposes. It includes company names, sales figures, profits, assets, and ranks.
Number of Entries: 200
Fields:
Company Name (Text)
Sales (Numeric)
Profits (Numeric)
Assets (Numeric)
Rank (Numeric)
Usage:
This dataset is intended for educational and practice purposes. It can be utilized to:
Explore data preprocessing techniques for real-world financial datasets.
Experiment with synthetic data generation methods to protect sensitive information.
CREATE TABLE sample_company_data (
"company_name" VARCHAR,
"sales" BIGINT,
"profits" BIGINT,
"assets" BIGINT,
"rank" BIGINT
);
Anyone who has the link will be able to view this.