Excel big makeover! Microsoft "stuffed" Python into Excel, directly for machine learning

Super Plus enjoy!

Microsoft put Python into Excel !

Build a machine learning weather forecasting model , which can be implemented in Excel .

insert image description here

And without any settings , just enter "=PY" in the cell , and you can start working.

insert image description here

Data cleaning , predictive analysis , visualization and other tasks can be easily realized .

insert image description here

Also reached a cooperation with Anaconda . Various common Python libraries can be used directly , such as Matplotlib , Seaborn , etc.

Let's just say, Excel is going to turn into a "super monster" this time .

insert image description here

Can Copilot in Excel write Python pictures ?

insert image description here

Guido van Rossum, the father of Python, said:

   很高兴看到Python和Excel的紧密结合,太棒了!

   3年前加入微软时,我做梦也没想到这会成真!

   而且他本人也为这项工作提供了帮助。

insert image description here

Let's see the specific effect first!

Start machine learning in Excel

The application of Python in Excel focuses on simplicity and quickness .

Just type =PY in the input box and press Enter to call Python .

insert image description here

After the "combination" of Python and Excel, data visualization has become easier .

Using the generated DataFrame and simple drawing instructions , you can get the chart in three or two clicks after =PY .

insert image description here

If you use the Matplotlib and seaborn libraries, you can also draw more advanced data images .

It's really a gray goose girl!

insert image description here

Not only is the drawing simple and fast , even the data itself does not require preprocessing——

With Python , even if it is a piece of text, the required data can be extracted from it , and the format can be adjusted by the way .

insert image description here

However, if it's just for data analysis , implanting Python will inevitably seem a bit overkill .

So using Python libraries such as scikit-learn and statsmodels , machine learning can be performed in Excel .

This enables Excel not only to analyze existing data , but also to predict data that is not available , such as weather forecasting based on historical weather information .

insert image description here

As an office product, how can it lack teamwork ?

In addition to functions specific to the data itself, Python in Excel can be shared seamlessly across teams .

insert image description here

So, what should I do if the amount of data is too large and the computer configuration cannot carry it ?

In fact, don't worry, because Python in Excel is calculated on the cloud .

After the cloud server completes the calculation, it will return the result to Excel.

This feature is currently in a gradual beta , during which it is included with Microsoft 365 subscriptions.

Microsoft said that it will further optimize and adjust the functions based on user feedback .

However, after the closed beta is over, some functions may have to be paid for (doge).

Netizen: I hope it can be used locally!

This wave of big operations by Microsoft has brought productivity to a new level.

Some people say that work efficiency will definitely be greatly improved.

insert image description here

Some people even said that it was as if mobile phones were able to surf the Internet!

insert image description here

But after integrating native Python, will VBA be terminated ?

Some people expressed that they hope to keep VBA in Excel.

insert image description here

In addition, the issue that everyone is most concerned about is that Python computing is going to the cloud .

Many people think that Python's computing is actually very lightweight, and hope that Microsoft can realize local operation, after all, going to the cloud will affect the speed.

insert image description here

Some people also said that the company strictly forbids data to be leaked, so localized operation is very important.

insert image description here

For data security issues, Microsoft said they will protect user data as a top priority .

And a former Excel employee broke the news that the introduction of Python into Excel has long been thought of.

As for whether Python should run on the cloud or locally , there was a discussion within the team at that time.

However, the later projects seem to have been shelved, and JS took the lead.

It is worth mentioning that Guido van Rossum, the father of Python, provided assistance for this cooperation between Excel and Python .

The big man is now 67 years old. He has always been very concerned about the development process of Python and will participate in decision-making when necessary. When he was working at Google before, he also spent a lot of time maintaining Python.

In 2020, Guido, who had already retired, suddenly announced that he would join Microsoft.

The reason is simple: retirement is boring .

insert image description here

It turned out that 3 years later, Excel and Python joined forces to make a big deal.

Guido himself said that this was unimaginable when he joined Microsoft.

Now let's look forward to the public beta

Guess you like

Origin blog.csdn.net/Z987421/article/details/132532454