Try scrolling, clicking, and dragging. If you are using a touch pad, please explore one, two, and three finger interactions. There are options in the top right for the default single click's behaviour.

Retail Customers Recency / Frequency / Monetary | inputlookup retail_customers.csv | table cluster frequency recency monetary | eval recency = recency*-1 0 Datacratic Clusters (10,000 points) User's behaviour + Dimensionality Reduction | inputlookup datacratic.csv 0

Read more about the dataset and RFM modeling here.

Read more about the dataset and dimensionality reduction for visualization here.

20 Cities Density / Area / Population | inputlookup city_population.csv | sort 20 -Density | table City Area Population Density Marketing Promotion Efficacy Promotions / Revenue / Age | inputlookup marketingcampaign.csv | eval Market = MarketID + " " + MarketSize | table Market AgeOfStore Promotion SalesInThousands 0 Employees Hourly Rate / Age / Monthly Income | inputlookup attrition.csv | where random() % 10 == 0 | table JobRole MonthlyIncome Age HourlyRate 0