Tableau
Tableau is an enterprise data visualization and business intelligence platform used to build interactive dashboards, reports, and data exploration tools from virtually any data source โ SQL databases, spreadsheets, cloud warehouses (Snowflake, BigQuery, Redshift), and REST APIs. It is one of the most widely adopted BI tools in large enterprises globally, known for its drag-and-drop visual query builder that lets analysts build sophisticated charts without writing SQL, alongside a full scripting layer (Tableau calculated fields, R and Python integration) for advanced statistical analysis.
Developers extend Tableau programmatically through the REST API (managing workbooks, data sources, users, and permissions on Tableau Server/Cloud), the Extensions API (building custom interactive dashboard components in JavaScript), and the Hyper API (bulk-loading data into Tableau's fast in-memory extract format from Python, Java, or C++). This makes it possible to automate dashboard publishing pipelines or embed live Tableau visualizations inside a custom application.
For Nigerian banks, telcos, and enterprises with large historical datasets, Tableau is commonly used for executive reporting and regulatory dashboards where visual polish and self-service analytics for non-technical stakeholders matter more than raw engineering flexibility. It is a paid, enterprise-priced product (no meaningful free tier beyond a trial and the limited Tableau Public for non-confidential data) โ smaller Nigerian startups typically reach for Metabase or Apache Superset instead unless data-governance requirements specifically call for Tableau.