Home > Common Problem > body text

Microsoft announces integration of Python programming capabilities in Excel

王林
Release: 2023-08-28 18:57:07
forward
1372 people have browsed it

For many high-end Excel users, they also expect to be able to analyze data more comprehensively. Microsoft announced that Excel is adding Python functionality, which will allow users to add Python code directly to spreadsheets.

微软宣布在 Excel 中集成 Python 编程功能

This feature will enable data analysts, engineers, marketers to use Python code in Excel for complex statistical analysis, advanced visualizations, predictive analytics and even machines study. Users will be able to enter Python code directly into cells using the new =PY Function, as Python will be integrated directly into Excel cells without the need to install additional software.

微软宣布在 Excel 中集成 Python 编程功能

#Microsoft explains that the new feature uses the Anaconda Python distribution targeted at data scientists and engineers and is also beginner-friendly. Anaconda includes many prepackaged libraries and packages such as pandas, Matplotlib, scikit-learn, NumPy, and SciPy.

To improve security, Microsoft says Python in Excel runs on the Microsoft Cloud with the enterprise-grade security of Microsoft 365. This means code is executed on the Microsoft Cloud rather than on-premises, running in isolated containers using Azure Container Instances and separated from other processes to reduce the risk of unauthorized access. Data in the user's worksheet is controlled through specific functions xl() and =PY() to ensure data security and only authorized operations are performed.

微软宣布在 Excel 中集成 Python 编程功能

The public preview of Python integration on Microsoft Excel will be available for the Microsoft 365 Insiders Beta channel using Excel for Windows.

The above is the detailed content of Microsoft announces integration of Python programming capabilities in Excel. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!