100+ datasets found
  1. Global AI Tool Adoption Across Industries

    • kaggle.com
    zip
    Updated Jun 3, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Rishi (2025). Global AI Tool Adoption Across Industries [Dataset]. https://www.kaggle.com/datasets/tfisthis/global-ai-tool-adoption-across-industries
    Explore at:
    zip(18481524 bytes)Available download formats
    Dataset updated
    Jun 3, 2025
    Authors
    Rishi
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    Global AI Tool Adoption Across Industries and Regions (2023–2025)

    A comprehensive, research-grade dataset capturing the adoption, usage, and impact of leading AI tools—such as ChatGPT, Midjourney, Stable Diffusion, Bard, and Claude—across multiple industries, countries, and user demographics. This dataset is designed for advanced analytics, machine learning, natural language processing, and business intelligence applications.

    Dataset Overview

    This dataset provides a panoramic view of how AI technologies are transforming business, industry, and society worldwide. Drawing inspiration from real-world adoption surveys, academic research, and industry reports, it enables users to:

    • Analyze adoption rates of popular AI tools across regions and sectors.
    • Study user demographics and company profiles influencing AI integration.
    • Explore textual user feedback for sentiment and topic modeling.
    • Perform time series analysis on AI adoption trends from 2023 to 2025.
    • Benchmark industries, countries, and company sizes for AI readiness.

    To add a column descriptor (column description) to your Kaggle dataset's Data Card, you should provide a clear and concise explanation for each column. This improves dataset usability and helps users understand your data structure, which is highly recommended for achieving a 10/10 usability score on Kaggle[2][9].

    Below is a ready-to-copy Column Descriptions table for your dataset. You can paste this into the "Column Descriptions" section of your Kaggle Data Card (after clicking the pencil/edit icon in the Data tab)[2][9]:

    Column Descriptions

    Column NameDescription
    countryCountry where the organization or user is located (e.g., USA, India, China, etc.)
    industryIndustry sector of the organization (e.g., Technology, Healthcare, Retail, etc.)
    ai_toolName of the AI tool used (e.g., ChatGPT, Midjourney, Bard, Stable Diffusion, Claude)
    adoption_ratePercentage representing the adoption rate of the AI tool within the sector or company (0–100)
    daily_active_usersEstimated number of daily active users for the AI tool in the given context
    yearYear in which the data was recorded (2023 or 2024)
    user_feedbackFree-text feedback from users about their experience with the AI tool (up to 150 characters)
    age_groupAge group of users (e.g., 18-24, 25-34, 35-44, 45-54, 55+)
    company_sizeSize category of the organization (Startup, SME, Enterprise)

    Example Data

    country,industry,ai_tool,adoption_rate,daily_active_users,year,user_feedback,age_group,company_size
    USA,Technology,ChatGPT,78.5,5423,2024,"Great productivity boost for our team!",25-34,Enterprise
    India,Healthcare,Midjourney,62.3,2345,2024,"Improved patient engagement and workflow.",35-44,SME
    Germany,Manufacturing,Stable Diffusion,45.1,1842,2023,"Enhanced our design process.",45-54,Enterprise
    Brazil,Retail,Bard,33.2,1200,2024,"Helped automate our customer support.",18-24,Startup
    UK,Finance,Claude,55.7,2100,2023,"Increased accuracy in financial forecasting.",25-34,SME
    

    How to Use This Dataset

    1. Load and Preview the Data

    import pandas as pd
    
    df = pd.read_csv('/path/to/ai_adoption_dataset.csv')
    print(df.head())
    print(df.info())
    

    2. Analyze Adoption Rates by Industry and Country

    industry_adoption = df.groupby(['industry', 'country'])['adoption_rate'].mean().reset_index()
    print(industry_adoption.sort_values(by='adoption_rate', ascending=False).head(10))
    

    3. Visualize AI Tool Popularity

    import matplotlib.pyplot as plt
    
    tool_counts = df['ai_tool'].value_counts()
    tool_counts.plot(kind='bar', title='AI Tool Usage Distribution')
    plt.xlabel('AI Tool')
    plt.ylabel('Number of Records')
    plt.show()
    

    4. Sentiment Analysis on User Feedback

    from textblob import TextBlob
    
    df['feedback_sentiment'] = df['user_feedback'].apply(lambda x: TextBlob(x).sentiment.polarity)
    print(df[['user_feedback', 'feedback_sentiment']].head())
    

    5. Time Series Analysis of Adoption Trends

    yearly_trends = df.groupby(['year', 'ai_tool'])['adoption_rate'].mean().unstack()
    yearly_trends.plot(marker='o', title='AI Tool Adoption Rate Over Time')
    plt.xlabel('Year')
    plt.ylabel('Average Adoption Rate (%)')
    plt.show()
    

    **6. Demographic Insights*...

  2. Generative AI adoption rate at work in the United States 2023, by industry

    • statista.com
    Updated Nov 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Generative AI adoption rate at work in the United States 2023, by industry [Dataset]. https://www.statista.com/statistics/1361251/generative-ai-adoption-rate-at-work-by-industry-us/
    Explore at:
    Dataset updated
    Nov 19, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Jan 4, 2023 - Jan 8, 2023
    Area covered
    United States
    Description

    During a 2023 survey conducted among professionals in the United States, it was found that 37 percent of those working in advertising or marketing had used artificial intelligence (AI) to assist with work-related tasks. Healthcare, however, had the lowest rate of AI usage with only 15 percent of those asked having used it at work. The rate of adoption in marketing and advertising is understandable, as it is the industry that most weaves together art and creative mediums in its processes.

    Generative AI linked to education

    Those positions that require a higher level of education are most at risk of being automated with generative AI in the U.S. This is simply because those jobs that require less formal education are rarely digital positions and are more reliant on physical labor. Jobs that require tertiary education, however, are still the least likely to be automated overall, even with the added influence of generative AI.

    ChatGPT has competitors

    While the OpenAI-developed ChatGPT is the most well-known AI program and the currently most advanced large language model, - other competitors are catching up. While just over half of respondents in the U.S. had heard of or used ChatGPT, nearly half of respondents had also heard of or used Bing Chat. Google’s Bard was slightly behind, with only around a third of Americans having heard of or used it.

  3. m

    Global AI Adoption Trends by Industry Sector, Country, and Business Function...

    • data.mendeley.com
    Updated Feb 24, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Richmond Antor Biswas Biswas (2026). Global AI Adoption Trends by Industry Sector, Country, and Business Function (2017–2025): A Compiled Research Dataset [Dataset]. http://doi.org/10.17632/dnm5jxgn2m.2
    Explore at:
    Dataset updated
    Feb 24, 2026
    Authors
    Richmond Antor Biswas Biswas
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This dataset compiles and synthesises publicly available artificial intelligence (AI) adoption and growth indicators from leading institutional research reports, spanning the years 2017 to 2025. It is structured across seven thematic dimensions, covering organisational AI adoption rates, business function-level deployment, global AI tool user milestones, private AI investment by country, industry-sector adoption rates, public sentiment toward AI, and key headline KPIs. Data is sourced from and attributed to: McKinsey & Company Global Survey on AI (2022–2025), Stanford HAI Artificial Intelligence Index Report 2025, OpenAI official announcements, GitHub/Microsoft earnings disclosures, Ipsos Global AI Sentiment Survey 2024, World Bank South Asia AI Report 2025, IBM AI Adoption Index 2024, Oxford Insights Government AI Readiness Index 2024, and SimilarWeb platform analytics. The dataset is intended to support researchers, data analysts, and policymakers working on AI trend analysis, digital transformation studies, technology policy, and sector-level AI readiness assessments. All figures are either directly verified from primary sources or clearly labelled as modelled estimates anchored to verified data points. Source attribution is embedded within the dataset at the row level. Files are provided in both .xlsx (multi-sheet, formatted workbook) and .csv formats for compatibility with tools such as Microsoft Power BI, Tableau, R, and Python.

  4. AI adoption among organizations worldwide 2017-2025, by type

    • statista.com
    Updated Nov 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). AI adoption among organizations worldwide 2017-2025, by type [Dataset]. https://www.statista.com/statistics/1545783/ai-adoption-among-organizations-worldwide/
    Explore at:
    Dataset updated
    Nov 19, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Jun 25, 2025 - Jul 29, 2025
    Area covered
    Worldwide
    Description

    In 2025, artificial intelligence adoption has experienced a remarkable surge across global organizations. The percentage of companies integrating AI into at least one business function has dramatically increased to ** percent, representing a substantial leap from ** percent in the previous year. Even more striking is the exponential growth of generative AI, which has been embraced by ** percent of organizations worldwide. This represents an impressive increase, highlighting the technology's swift transition from an emerging trend to a mainstream business tool.

  5. A

    AI adoption in organizations worldwide 2025, by industry and function

    • statista.com
    Updated Apr 15, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2026). AI adoption in organizations worldwide 2025, by industry and function [Dataset]. https://www.statista.com/statistics/1112982/ai-adoption-worldwide-industry-function/
    Explore at:
    Dataset updated
    Apr 15, 2026
    Dataset authored and provided by
    Statista
    Time period covered
    2025
    Area covered
    Worldwide
    Description

    The technology industry was one of the most diligent adopters of AI in 2025, with ** percent of tech organizations using AI in the IT function and ** percent in software engineering. To compare, in the business, legal, and professional services sectors, ** percent of surveyed organizations reported employing AI in knowledge management. AI adoption isn’t easy It is no easy task to adapt a new technology of such widespread use as AI. There are numerous pitfalls and problems, both from the use of the technology itself and also from actions by outside agents causing issues. Companies considered cybersecurity to be chief among the risks being mitigated when adapting AI. In addition, regulatory compliance was a considerable challenge, stemming from a strong need to respect information privacy among users. Moreover, AI will have a considerable effect on companies' labor needs.

  6. The Rise Of Artificial Intelligence

    • kaggle.com
    zip
    Updated Oct 14, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Muhammad Roshan Riaz (2024). The Rise Of Artificial Intelligence [Dataset]. https://www.kaggle.com/datasets/muhammadroshaanriaz/the-rise-of-artificial-intelligence
    Explore at:
    zip(1009 bytes)Available download formats
    Dataset updated
    Oct 14, 2024
    Authors
    Muhammad Roshan Riaz
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    https://heliontechnologies.com/wp-content/uploads/2024/04/AI.jpeg" alt="Ai"> The dataset, "The Rise of Artificial Intelligence," contains 8 entries and 16 columns, providing various insights on AI adoption, market trends, and job impact from 2018 to 2025.

    Year: The year of data (2018–2025). AI Software Revenue: Annual revenue generated from AI software (e.g., "$10.1 billion"). Global AI Market Value: The global market value of AI (e.g., "$29.5 billion"). AI Adoption (%): Percentage of organizations adopting AI. Organizations Using AI: Percentage of organizations currently using AI. Organizations Planning to Implement AI: Percentage of organizations planning to adopt AI. Global Expectation for AI Adoption: Global expectations for AI adoption. Net Job Loss in the US: The estimated job loss in the U.S. due to AI. Organizations Believing AI Provides Competitive Edge: Percentage of organizations that think AI gives them an edge. Companies Prioritizing AI in Strategy: Percentage of companies prioritizing AI in their strategy. Marketers Believing AI Improves Email Revenue: Percentage of marketers who believe AI enhances email revenue. Americans Using Voice Assistants: The percentage of Americans using voice assistants (e.g., "Over 50%"). Medical Professionals Using AI for Diagnosis: Percentage of medical professionals using AI for diagnosis. Jobs at High Risk of Automation - Transportation & Storage: Percentage of jobs at high risk in this sector. Jobs at High Risk of Automation - Wholesale & Retail Trade: Percentage of jobs at high risk in this sector. Jobs at High Risk of Automation - Manufacturing: Percentage of jobs at high risk in manufacturing.

  7. Global AI Adoption & Workforce Impact Dataset

    • kaggle.com
    zip
    Updated Mar 10, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mohan Krishna Thalla (2026). Global AI Adoption & Workforce Impact Dataset [Dataset]. https://www.kaggle.com/datasets/mohankrishnathalla/global-ai-adoption-and-workforce-impact-dataset
    Explore at:
    zip(9803408 bytes)Available download formats
    Dataset updated
    Mar 10, 2026
    Authors
    Mohan Krishna Thalla
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Global AI Adoption & Workforce Impact Dataset

    Artificial Intelligence adoption is rapidly transforming how organizations operate, automate tasks, and reshape their workforce. Understanding the relationship between AI adoption, productivity, governance, and workforce changes is critical for researchers, analysts, and policy makers.

    This dataset provides a structured view of how companies across industries and countries adopt AI technologies and how those decisions affect productivity, workforce dynamics, and operational outcomes.

    The dataset captures company-level indicators including AI adoption stage, AI investments, automation rates, workforce changes, governance practices, and business performance metrics. It also includes macro-level country indicators that influence digital transformation and AI adoption patterns.

    The dataset was constructed by aggregating patterns observed in global technology adoption reports, digital transformation studies, workforce analytics publications, and AI governance frameworks. Company characteristics, adoption behavior, workforce impact, productivity changes, and innovation indicators were modeled to reflect realistic organizational behavior across industries and regions.

    Role distributions, investment levels, automation rates, and workforce adjustments follow structured statistical distributions designed to resemble real-world enterprise analytics datasets. Country-level indicators such as digital maturity, internet penetration, and AI research intensity were modeled to reflect global technology ecosystems.

    The dataset is fully structured, cleaned, and formatted as tabular CSV files ready for:

    • Exploratory Data Analysis (EDA)
    • Data visualization
    • Machine learning experiments
    • Business analytics projects
    • AI adoption research

    The dataset includes multiple related tables designed for relational analysis and scalable analytical workflows.

  8. S

    Artificial Intelligence Statistics 2026: Growth, Adoption, and Impact

    • sqmagazine.co.uk
    Updated Feb 16, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    SQ Magazine (2026). Artificial Intelligence Statistics 2026: Growth, Adoption, and Impact [Dataset]. https://sqmagazine.co.uk/artificial-intelligence-statistics/
    Explore at:
    Dataset updated
    Feb 16, 2026
    Dataset authored and provided by
    SQ Magazine
    License

    Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2024 - Dec 31, 2026
    Area covered
    Worldwide, Earth
    Variables measured
    Market Valuation, Environmental Impact, Adoption & Penetration, Operational Performance, Workforce & Human Capital
    Description

    Explore key AI statistics, including adoption rates, market growth, industry applications, workforce impact, and innovation trends!

  9. b

    Comprehensive AI Statistics and Trends for 2025

    • bizplanr.ai
    webpage
    Updated Jan 22, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Bizplanr (2025). Comprehensive AI Statistics and Trends for 2025 [Dataset]. https://bizplanr.ai/blog/ai-statistics
    Explore at:
    webpageAvailable download formats
    Dataset updated
    Jan 22, 2025
    Dataset authored and provided by
    Bizplanr
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2025
    Description

    A broad dataset providing insights into artificial intelligence statistics and trends for 2025, covering market growth, adoption rates across industries, impacts on employment, AI applications in healthcare, education, and more.

  10. Adoption of generative AI across industries and functions worldwide 2024

    • statista.com
    Updated Nov 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Adoption of generative AI across industries and functions worldwide 2024 [Dataset]. https://www.statista.com/statistics/1607179/genai-adoption-across-industries-and-functions/
    Explore at:
    Dataset updated
    Nov 19, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Jul 16, 2024 - Jul 31, 2024
    Area covered
    Worldwide
    Description

    Generative AI adoption has surged across industries, with the technology sector leading the charge at an impressive ** percent usage rate across functions in 2024. This rapid integration of AI technologies is reshaping business operations, particularly in marketing and sales, where AI has found widespread application as a creative assistance tool. However, this swift adoption has not come without challenges, as concerns about regulatory compliance have grown in tandem with the increased usage. Varied adoption rates across sectors While the technology industry stands at the forefront of generative AI adoption, other sectors are not far behind. Professional services, advanced industries, and media and telecom all report adoption rates of around ** percent across functions. Interestingly, in the tech, media, and telecom industry, IT departments lead in generative AI application usage at ** percent, followed by product development at ** percent. This trend differs in the energy, resource, and industrial sector, where operations take the lead at ** percent, with IT following at ** percent. Evolving landscape of AI implementation As organizations increasingly integrate generative AI, the landscape of implementation is evolving. Automation and agentic AI have emerged as the most intriguing technological developments for organizations in 2024. This shift is accompanied by a notable increase in technical skills related to AI, indicating broader usage. However, the rise in regulatory concerns suggests that governments and authorities are stepping up their oversight of the industry. This dual trend of increased adoption and heightened regulatory scrutiny underscores the complex environment in which AI technologies are being deployed and developed.

  11. c

    AI Adoption Statistics 2025

    • chrisizworski.com
    Updated Mar 10, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Chris Izworski (2026). AI Adoption Statistics 2025 [Dataset]. https://chrisizworski.com/ai-adoption-statistics/
    Explore at:
    Dataset updated
    Mar 10, 2026
    Authors
    Chris Izworski
    Description

    Comprehensive AI adoption statistics for 2025. Business usage rates, industry breakdown, workforce impact, and investment data.

  12. S

    AI Usage Statistics 2026: Growth, Industry Impact & Public Trust

    • sqmagazine.co.uk
    Updated Oct 7, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    SQ Magazine (2025). AI Usage Statistics 2026: Growth, Industry Impact & Public Trust [Dataset]. https://sqmagazine.co.uk/ai-usage-statistics/
    Explore at:
    Dataset updated
    Oct 7, 2025
    Dataset authored and provided by
    SQ Magazine
    License

    Attribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
    License information was derived automatically

    Time period covered
    Jan 1, 2024 - Dec 31, 2026
    Area covered
    Earth, Worldwide
    Description

    Explore key AI usage statistics, uncover adoption rates, industry trends, user demographics, and how artificial intelligence is transforming!

  13. AI adoption rate in global product development 2022-2025

    • statista.com
    Updated Nov 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). AI adoption rate in global product development 2022-2025 [Dataset]. https://www.statista.com/statistics/1346741/ai-adoption-rates-product-development/
    Explore at:
    Dataset updated
    Nov 28, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    2022
    Area covered
    Worldwide
    Description

    The adoption rate of artificial intelligence (AI) is expected to gain considerable importance in product development companies worldwide between 2022 and 2025. Currently, companies operating in that sector were mostly, or ** percent, reporting limited adoption of AI in their production cycles. Technology executives expected this to change considerably by 2025.

  14. Share of workplace AI users in the U.S. quarterly 2023-2025, by industry

    • statista.com
    Updated Feb 17, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2026). Share of workplace AI users in the U.S. quarterly 2023-2025, by industry [Dataset]. https://www.statista.com/statistics/1659510/workplace-ai-adoption-by-industry-united-states/
    Explore at:
    Dataset updated
    Feb 17, 2026
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    Oct 30, 2025 - Nov 13, 2025
    Area covered
    United States
    Description

    The largest share of AI users in the workplace in the United States was recorded in the technology sector, at ** percent in the fourth quarter of 2025, followed by finance at ** percent and the college and university sector at ** percent. The organizational adoption of AI in all presented industries increased from the previous quarter or stayed the same.

  15. a

    AI Adoption Data & Benchmarks — AIStackHub

    • aistackhub.ai
    Updated Apr 12, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AIStackHub (2026). AI Adoption Data & Benchmarks — AIStackHub [Dataset]. https://aistackhub.ai/research
    Explore at:
    Dataset updated
    Apr 12, 2026
    Dataset authored and provided by
    AIStackHub
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Curated dataset covering AI adoption rates by industry and company size, AI tool pricing benchmarks, and implementation cost estimates as of Q1 2026.

  16. c

    90+ AI Statistics & Trends – All You Need to Know in 2026

    • contus.com
    Updated Jan 27, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CONTUS Tech (2026). 90+ AI Statistics & Trends – All You Need to Know in 2026 [Dataset]. https://www.contus.com/blog/ai-statistics/
    Explore at:
    Dataset updated
    Jan 27, 2026
    Dataset authored and provided by
    CONTUS Tech
    Area covered
    ai statistics
    Description

    Get expert-level 90+ Artificial Intelligence AI Statistics. Featuring the latest growth trends, industry challenges, ROI, and business case for AI adoption in 2026.

  17. a

    AI Automation Statistics 2026

    • adai.news
    Updated Feb 24, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AdAI (2026). AI Automation Statistics 2026 [Dataset]. https://adai.news/resources/statistics/ai-automation-statistics-2026/
    Explore at:
    Dataset updated
    Feb 24, 2026
    Dataset authored and provided by
    AdAI
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Time period covered
    2023 - 2026
    Description

    Compiled statistics on AI automation adoption rates, ROI benchmarks, market size, and industry-specific data for 2026.

  18. Adoption rate of artificial intelligence in global IT business 2022- 2025

    • statista.com
    Updated Nov 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Statista (2025). Adoption rate of artificial intelligence in global IT business 2022- 2025 [Dataset]. https://www.statista.com/statistics/1346631/global-ai-function-adoption-rates-business-it/
    Explore at:
    Dataset updated
    Nov 28, 2025
    Dataset authored and provided by
    Statistahttp://statista.com/
    Time period covered
    2022
    Area covered
    Worldwide
    Description

    The adoption rate of artificial intelligence (AI) is expected to rapidly grow in the information technology sector (IT). In 2022, nearly ** percent of IT executives expected their companies to have widescale adoption in AI in their respective companies.

  19. AI Impact on Job Market: (2024–2030)

    • kaggle.com
    zip
    Updated Jun 28, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sahil Islam007 (2025). AI Impact on Job Market: (2024–2030) [Dataset]. https://www.kaggle.com/datasets/sahilislam007/ai-impact-on-job-market-20242030
    Explore at:
    zip(967504 bytes)Available download formats
    Dataset updated
    Jun 28, 2025
    Authors
    Sahil Islam007
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description

    📂 Dataset Title:

    AI Impact on Job Market: Increasing vs Decreasing Jobs (2024–2030)

    📝 Dataset Description:

    This dataset explores how Artificial Intelligence (AI) is transforming the global job market. With a focus on identifying which jobs are increasing or decreasing due to AI adoption, this dataset provides insights into job trends, automation risks, education requirements, gender diversity, and other workforce-related factors across industries and countries.

    The dataset contains 30,000 rows and 13 valuable columns, generated to reflect realistic labor market patterns based on ongoing research and public data insights. It can be used for data analysis, predictive modeling, AI policy planning, job recommendation systems, and economic forecasting.

    📊 Columns Description:

    Column Name Description

    Job Title Name of the job/role (e.g., Data Analyst, Cashier, etc.) Industry Industry sector in which the job is categorized (e.g., IT, Healthcare, Manufacturing) Job Status Indicates whether the job is Increasing or Decreasing due to AI adoption AI Impact Level Estimated level of AI impact on the job: Low, Moderate, or High Median Salary (USD) Median annual salary for the job in USD Required Education Typical minimum education level required for the job Experience Required (Years) Average number of years of experience required Job Openings (2024) Number of current job openings in 2024 Projected Openings (2030) Projected job openings by the year 2030 Remote Work Ratio (%) Estimated percentage of jobs that can be done remotely Automation Risk (%) Probability of the job being automated or replaced by AI Location Country where the job data is based (e.g., USA, India, UK, etc.) Gender Diversity (%) Approximate percentage representation of non-male genders in the job

    🔍 Potential Use Cases:

    Predict which jobs are most at risk due to automation.

    Compare AI impact across industries and countries.

    Build dashboards on workforce diversity and trends.

    Forecast job market shifts by 2030.

    Train ML models to predict job growth or decline.

    📚 Source:

    This is a synthetic dataset generated using realistic modeling, public job data patterns (U.S. BLS, OECD, McKinsey, WEF reports), and AI simulation to reflect plausible scenarios from 2024 to 2030. Ideal for educational, research, and AI project purposes.

    📌 License: MIT

  20. c

    AI Marketing Adoption Statistics India 2026

    • cloud9digital.in
    Updated Jan 29, 2026
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Cloud 9 Digital (2026). AI Marketing Adoption Statistics India 2026 [Dataset]. https://cloud9digital.in/resources/ai-marketing-stats-2026
    Explore at:
    Dataset updated
    Jan 29, 2026
    Dataset authored and provided by
    Cloud 9 Digital
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    India
    Variables measured
    AI Adoption Rate, Tool Usage Statistics, Regional Adoption Rates, Marketing Budget Allocation, Consumer Voice Search Trends
    Description

    Survey data regarding Artificial Intelligence adoption in the Indian digital marketing sector, based on responses from 500+ businesses.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Rishi (2025). Global AI Tool Adoption Across Industries [Dataset]. https://www.kaggle.com/datasets/tfisthis/global-ai-tool-adoption-across-industries
Organization logo

Global AI Tool Adoption Across Industries

Comprehensive data capturing AI tool adoption rates, user demographics

Explore at:
zip(18481524 bytes)Available download formats
Dataset updated
Jun 3, 2025
Authors
Rishi
License

Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
License information was derived automatically

Description

Global AI Tool Adoption Across Industries and Regions (2023–2025)

A comprehensive, research-grade dataset capturing the adoption, usage, and impact of leading AI tools—such as ChatGPT, Midjourney, Stable Diffusion, Bard, and Claude—across multiple industries, countries, and user demographics. This dataset is designed for advanced analytics, machine learning, natural language processing, and business intelligence applications.

Dataset Overview

This dataset provides a panoramic view of how AI technologies are transforming business, industry, and society worldwide. Drawing inspiration from real-world adoption surveys, academic research, and industry reports, it enables users to:

  • Analyze adoption rates of popular AI tools across regions and sectors.
  • Study user demographics and company profiles influencing AI integration.
  • Explore textual user feedback for sentiment and topic modeling.
  • Perform time series analysis on AI adoption trends from 2023 to 2025.
  • Benchmark industries, countries, and company sizes for AI readiness.

To add a column descriptor (column description) to your Kaggle dataset's Data Card, you should provide a clear and concise explanation for each column. This improves dataset usability and helps users understand your data structure, which is highly recommended for achieving a 10/10 usability score on Kaggle[2][9].

Below is a ready-to-copy Column Descriptions table for your dataset. You can paste this into the "Column Descriptions" section of your Kaggle Data Card (after clicking the pencil/edit icon in the Data tab)[2][9]:

Column Descriptions

Column NameDescription
countryCountry where the organization or user is located (e.g., USA, India, China, etc.)
industryIndustry sector of the organization (e.g., Technology, Healthcare, Retail, etc.)
ai_toolName of the AI tool used (e.g., ChatGPT, Midjourney, Bard, Stable Diffusion, Claude)
adoption_ratePercentage representing the adoption rate of the AI tool within the sector or company (0–100)
daily_active_usersEstimated number of daily active users for the AI tool in the given context
yearYear in which the data was recorded (2023 or 2024)
user_feedbackFree-text feedback from users about their experience with the AI tool (up to 150 characters)
age_groupAge group of users (e.g., 18-24, 25-34, 35-44, 45-54, 55+)
company_sizeSize category of the organization (Startup, SME, Enterprise)

Example Data

country,industry,ai_tool,adoption_rate,daily_active_users,year,user_feedback,age_group,company_size
USA,Technology,ChatGPT,78.5,5423,2024,"Great productivity boost for our team!",25-34,Enterprise
India,Healthcare,Midjourney,62.3,2345,2024,"Improved patient engagement and workflow.",35-44,SME
Germany,Manufacturing,Stable Diffusion,45.1,1842,2023,"Enhanced our design process.",45-54,Enterprise
Brazil,Retail,Bard,33.2,1200,2024,"Helped automate our customer support.",18-24,Startup
UK,Finance,Claude,55.7,2100,2023,"Increased accuracy in financial forecasting.",25-34,SME

How to Use This Dataset

1. Load and Preview the Data

import pandas as pd

df = pd.read_csv('/path/to/ai_adoption_dataset.csv')
print(df.head())
print(df.info())

2. Analyze Adoption Rates by Industry and Country

industry_adoption = df.groupby(['industry', 'country'])['adoption_rate'].mean().reset_index()
print(industry_adoption.sort_values(by='adoption_rate', ascending=False).head(10))

3. Visualize AI Tool Popularity

import matplotlib.pyplot as plt

tool_counts = df['ai_tool'].value_counts()
tool_counts.plot(kind='bar', title='AI Tool Usage Distribution')
plt.xlabel('AI Tool')
plt.ylabel('Number of Records')
plt.show()

4. Sentiment Analysis on User Feedback

from textblob import TextBlob

df['feedback_sentiment'] = df['user_feedback'].apply(lambda x: TextBlob(x).sentiment.polarity)
print(df[['user_feedback', 'feedback_sentiment']].head())

5. Time Series Analysis of Adoption Trends

yearly_trends = df.groupby(['year', 'ai_tool'])['adoption_rate'].mean().unstack()
yearly_trends.plot(marker='o', title='AI Tool Adoption Rate Over Time')
plt.xlabel('Year')
plt.ylabel('Average Adoption Rate (%)')
plt.show()

**6. Demographic Insights*...

Search
Clear search
Close search
Google apps
Main menu