Sports Budget Allocation - INDIA
Predicting the future year budget for sports in INDIA based on historical data.
@kaggle.rajatsurana979_predicting_sports_budget_india
Predicting the future year budget for sports in INDIA based on historical data.
@kaggle.rajatsurana979_predicting_sports_budget_india
Please do upvote if you love the work.♥️🥰
For more related datasets:
https://www.kaggle.com/datasets/rajatsurana979/fifafcmobile24
https://www.kaggle.com/datasets/rajatsurana979/most-streamed-spotify-songs-2023
https://www.kaggle.com/datasets/rajatsurana979/comprehensive-credit-card-transactions-dataset
https://www.kaggle.com/datasets/rajatsurana979/hotel-reservation-data-repository
https://www.kaggle.com/datasets/rajatsurana979/percent-change-in-consumer-spending
https://www.kaggle.com/datasets/rajatsurana979/fast-food-sales-report
Description:
This dataset presents a comprehensive overview of budget allocations in the sports sector from the fiscal years 2012-13 to 2019-20. The data includes information on the budget allocation (in crores), revised estimates (in crores), and actual expenditure (in crores) for each year.
Features:
Context:
Understanding the financial dynamics of sports funding is crucial for policymakers, sports organizations, and enthusiasts. This dataset enables analysis of budgetary trends, evaluation of budget execution against estimates, and forecasting for future budget allocations in the sports sector.
Potential Use Cases:
Analyze the year-wise trends in sports budget allocation.
Assess the variance between initial budget allocations and actual expenditures.
Forecast budget allocations for future fiscal years based on historical data.
Data Source:
The dataset is compiled from official government reports and financial statements related to sports budgeting.
Acknowledgments:
We acknowledge the efforts of government agencies and departments that provide transparent and accessible financial information related to sports funding.
Note:
Kagglers are encouraged to explore and analyze the dataset responsibly. Any data cleaning instructions or specific considerations are detailed in the accompanying documentation.
CREATE TABLE budget_allocation_for_sports (
"years" VARCHAR,
"budget_allocation_in_crore" VARCHAR,
"revised_estimates_in_crore" VARCHAR,
"actual_expenditure_in_crore" VARCHAR
);
Anyone who has the link will be able to view this.