Baselight

Entrepreneurship Decision Dataset

Comprehensive dataset for innovation, market prediction, and business analytics

@kaggle.ziya07_entrepreneurship_decision_dataset

Entrepreneurship Decision Dataset
@kaggle.ziya07_entrepreneurship_decision_dataset.entrepreneurship_decision_dataset

  • 41.12 KB
  • 1000 rows
  • 15 columns
company_id

Company ID

industry_type

Industry Type

historical_sales

Historical Sales

growth_rate

Growth Rate

employee_count

Employee Count

economic_reports

Economic Reports

market_competition_level

Market Competition Level

market_sentiment

Market Sentiment

risk_tolerance

Risk Tolerance

innovation_level

Innovation Level

investment_availability

Investment Availability

key_feature_1

Key Feature 1

key_feature_2

Key Feature 2

predicted_market_trend

Predicted Market Trend

model_confidence

Model Confidence

1Healthcare7684060.194920.71Low-0.734Low4147350.060.85Decline0.89
2Retail3768866-0.098860.67Medium-0.454Medium4417580.140.06Growth0.82
3Healthcare4712338-0.04620.7High-0.912High772130.70.03Decline0.95
4Healthcare2953406-0.19920.63Low0.865Low1074500.140.26Growth0.87
5Retail11332550.095430.6High0.324High4476930.640.9Stable0.71
6Retail31527660.177500.74High0.491Medium6365100.050.82Stable0.75
7Healthcare640677-0.033360.63Low-0.388High9740370.410.68Growth0.96
8Tech31942350.187690.64High0.693Low5687280.180.7Stable0.87
9Healthcare1271459-0.081630.83High-0.486High7287560.110.73Decline0.99
10Healthcare29596530.185290.98Low-14High627550.570.94Growth0.72

CREATE TABLE entrepreneurship_decision_dataset (
  "company_id" BIGINT,
  "industry_type" VARCHAR,
  "historical_sales" BIGINT,
  "growth_rate" DOUBLE,
  "employee_count" BIGINT,
  "economic_reports" DOUBLE,
  "market_competition_level" VARCHAR,
  "market_sentiment" DOUBLE,
  "risk_tolerance" BIGINT,
  "innovation_level" VARCHAR,
  "investment_availability" BIGINT,
  "key_feature_1" DOUBLE,
  "key_feature_2" DOUBLE,
  "predicted_market_trend" VARCHAR,
  "model_confidence" DOUBLE
);

Share link

Anyone who has the link will be able to view this.