
Picture by Creator | Ideogram
Introduction
AirTable is a cloud-based, user-friendly, and AI-driven platform for creating, managing, and sharing databases. It combines one of the best of Excel spreadsheets with relational database administration techniques. AirTable gives a freemium subscription mannequin, whereby some restricted options can be utilized totally free, making it supreme for smaller initiatives or inexperienced persons, whereas the paid model supplies superior options and a bigger quantity of computing sources.
This text supplies a place to begin for anybody fascinated by AirTable and what it has to supply at a newbie’s stage, particularly for knowledge evaluation. The article walks you thru the method of making a brand new AirTable app that comes with some knowledge and makes use of it for some fundamental evaluation procedures.
Signing Up and Creating Your First Venture
As a cloud-based instrument, AirTable doesn’t require downloading a desktop utility, however merely accessing its web site and signing up. When you have a Google account, for example, you should use it for a fast sign-up; in any other case, there’s the choice to register utilizing an e-mail handle.
As soon as signed up, we’re able to create our first mission. In AirTable, the idea of base or app is analogous to a mission or app — basically, a container for all the info — so let’s create a brand new base. In the event you can not see at first look the “create clean app” button, you will have to examine for the “Create” button on the bottom-left nook or, alternatively, if there’s an “x” icon to be clicked on the top-right nook, click on on it and you can be prompted to created a clean app.
It is best to then see a display like this:

New base (mission) in AirTable
Now it is time to import some knowledge. AirTable bases consist of 1 or a number of tables. By default, an empty desk named “Desk 1” seems. Subsequent to it, there’s a tab known as “+ Add or import“, which we are going to click on on. In AirTable, there are numerous choices so as to add knowledge to our mission, for example, from spreadsheets in Google Sheets or Excel, Salesforce, Google Drive, Trello, and lots of extra. We are going to use one of many easiest approaches: importing a CSV file, concretely from a URL. To take action, choose “CSV file“, and on the left-hand facet of the rising window, select “Hyperlink (URL)“, as proven under:

Importing CSV knowledge through URL
Copy the next URL to a dataset I made obtainable for you in GitHub, and paste it into the textual content discipline that seems. Then click on on the right-hand facet blue button, and when requested to create a brand new desk or use an current one, be sure to create a brand new desk. Don’t be tempted to make use of the prevailing default desk known as “Desk 1”, as that desk schema will not be suitable with that of the dataset we’re importing.
That is it! You now have a brand new desk populated with the imported knowledge, which comprises information of prospects in a shopping center, with the next attributes:
- Buyer ID: the numerical identifier of a buyer.
- Gender: the client’s gender, specifically male or feminine.
- Age: the client’s age expressed as an integer.
- Earnings: the client’s annual revenue in hundreds of US {dollars} ($).
- Spending rating: a normalized rating ranging between 1 and 100 of the client’s spending stage.
Starting Knowledge Evaluation
Within the imported desk, all columns are of numerical sort, aside from “Gender”, which is categorical. In AirTable, a categorical column with one doable worth per occasion amongst a predefined set of them is named “Single Choose”. You’ll be able to examine or modify the properties of “Gender” or every other discipline by hovering on the column header, clicking on the v-like icon that seems, and deciding on “Edit discipline”. For this tutorial, we are going to depart are column varieties as they’re, and proceed to carry out some evaluation.
Grouping prospects by gender: Grouping knowledge information by values of a categorical attribute is as simple as clicking on the “Group” button above the desk. Choose “Gender” after which “Collapse all” to see aggregated summaries of your knowledge for every gender. By default, you will notice the whole (sum) of values per attribute and gender, however it’s also possible to select to see the typical (or median, min, max, and so on.) values of columns like revenue, spending rating, and so forth. This may be completed as proven within the following screenshot:

Analyzing grouped prospects by gender
We will observe that males have, on common, greater revenue than females, however girls spend greater than males.

Common revenue and spending rating by gender
To take away a grouping of the info, merely click on on the “Group” icon once more, then click on on the bin icon subsequent to the created grouping to take away it and see your full, ungrouped desk once more.
Filtering younger prospects: Subsequent, let’s attempt to do a filtering. That is a simple and intuitive operation obtainable on the “Filter” icon subsequent to the beforehand used “Group” icon. Within the pop-up dialog, choose “+ Add situation”. A filtering situation consists of three parts: a discipline or column identify, an operator, and a worth. Examples of circumstances are “Age >= 39”, “Spending Rating = 10”, “Gender will not be Male”, and so on. To filter younger prospects, we are going to set the situation “Age
Utilizing formulae to outline an “revenue class” discipline: AirTable permits the creation of latest columns underneath many alternative approaches, formulae being considered one of them. Merely click on the “+” button subsequent to the right-most column in your desk so as to add a brand new column, and select “System” because the creation methodology or column sort. As an illustration, we are able to use the next components:
To create a brand new column known as “Earnings class” whose values (classes) shall be outlined relying on the worth of the annual revenue column, by following the above components consisting of two nested conditionals. In case you are not accustomed to spreadsheet-like formulae syntax, do not panic, there’s a “Create components with AI” button whereby AirTable’s AI assistant can assist construct a components primarily based in your specs or objective.

Utilizing formulae to create a brand new column
Utilizing interfaces to visualise your knowledge: Airtable interfaces are used to generate knowledge visualizations. This function is restricted within the free tier, however it’s nonetheless doable to create easy dashboards with parts like bar charts and pivot tables — that’s, cross-column tables that summarize and mixture the info primarily based on discipline mixtures. To strive creating an interface, click on on “interfaces” on the high toolbar, and comply with the assistant steps. Chances are you’ll find yourself getting one thing like this dashboard:

Interface dashboard in AirTable
Word that interfaces are designed to be shareable amongst groups, e.g., for driving enterprise intelligence processes.
Wrapping Up
This text launched AirTable, a flexible and user-friendly cloud-based platform for knowledge administration and evaluation, combining options of spreadsheets and relational databases with AI-powered features. The information supplied on this article is meant to introduce new customers to AirTable and description some fundamental features for knowledge evaluation. Evidently, whereas they haven’t been our foremost focus, AI options supplied by the instrument are arguably one of many advisable subsequent steps to discover past this level.
Iván Palomares Carrascosa is a pacesetter, author, speaker, and adviser in AI, machine studying, deep studying & LLMs. He trains and guides others in harnessing AI in the true world.