Anaconda Assistant Brings Generative AI to Cloud Notebooks

Anaconda is excited to announce the public release of Anaconda Assistant, an AI-powered Jupyter notebook extension designed to enhance the productivity of data scientists, developers, and researchers. Anaconda Assistant is now available to all users of Anaconda cloud notebooks. Powered by the same large language model behind ChatGPT, the Assistant provides an intuitive chat interface […]

Numba, Mojo, and Compilers for Numerical Computing

There have been a lot of articles written following Modular’s announcement of Mojo, a Python “successor” language that will bring high performance computing (especially for AI applications) to Python users. Here at Anaconda, we’ve been working on the problem of HPC and Python for over a decade now. As part of that work, we created […]

Is conda Free?

Our current Terms of Service policies can be reviewed here. Conda: An Imagined Conversation Fiona: Is conda free? Dave: Yes. Absolutely and always. F: Then why do some people say conda is not free?  Where does this story come from? Conda Packages and the conda Ecosystem D: There is a distinction between the conda program that installs […]

Python for Excel Analysts: Data Cleaning and Wrangling

This is the fourth in a series of blog posts that teaches you how to work with tables of data using Python code. The subject of this post is one of the most critical operations in data analysis: cleaning and wrangling your data.  In case you’re not familiar, here’s a definition from Wikipedia: “Data wrangling, sometimes […]

Introduction to Data Visualization with Python in Excel

Integrating Python with Excel stands as a groundbreaking plug-in that acts as a bridge connecting two popular but previously separate ecosystems. Seamlessly integrating Python code within an Excel workbook empowers us to leverage Python’s extensive libraries for data analysis and visualization right within Excel, making it an invaluable tool for data enthusiasts and analysts. In […]

Introduction to Text Analysis with Python in Excel

  Text analysis is an essential technique for extracting valuable insights from unstructured text data that serves as a fundamental component of natural language processing (NLP) applications and more. In this blog post, we will explore an exciting new way to perform text analysis using Python within the familiar environment of Microsoft Excel, made possible […]

What Are Python Packages in Excel?

https://www.youtube.com/watch?v=JskOwIuSECU [Transcript] You may come across the term “package” or “Python library” as you dive into the world of data analysis with Python. Packages—or Python libraries—are collections of code written to perform a specific task. Anaconda enables you to quickly access over 400 packages for use in Excel, and if you want to take your […]

Announcing Python in Excel: Next-Level Data Analysis for All

Now you can write Python code directly in Microsoft Excel’s grid—no Python installation required.   Today, Anaconda and Microsoft announced a groundbreaking innovation: Python in Excel. This marks a transformation in how Excel users and Python practitioners approach their work.   For Excel users, this opens a new world of data analysis potential previously limited to […]

Why Data Scientists Should Be Excited About Python in Excel

I know what you’re thinking. If you’re an experienced data scientist, your work with Excel may be grudging or fleeting. But in stepping outside the rarified realm of data science and engineering, you will discover a very different reality. People in positions of responsibility have used spreadsheets to make critical decisions for several decades now. […]

Python for Excel Analysts: Filtering Tables

This is the third in a series of blog posts that explains how to work with tables of data using Python code. The subject of this post is one of the most common operations performed when analyzing data: filtering tables.  The most impactful analyses are born from the best data. Filtering your data using the […]