Frequently Asked Questions

Installation

How do I install Atoti?

Everything is explained in the installation guide.

Which versions of Python does Atoti support?

Versions >= 3.7.0

Features

Can I share my dashboards with other users?

Yes, all the saved dashboards can be seen by other users.

Going to production

Can I run it without the notebook?

Yes, notebooks can be converted to executable Python scripts with nbconvert.

Comparison with other tools

What is the benefit of Atoti compared to Pandas?

  • Atoti stores can handle more data than Pandas DataFrame. We have experienced low performance with Pandas starting with 4GB datasets while Atoti scales much more efficiently.

  • Using Atoti, you can build an advanced data model using joins between stores. The data is not duplicated like when you perform a merge in Pandas.

  • Atoti has embedded interactive data visualization tools to give you quick insights.

  • Building scenarios is easy: once your model is defined, you can compare several versions of your data while in Pandas you would have to re-apply all the transformations on each dataset.

Does Atoti replace Pandas or Spark?

Not really, Atoti is meant to be integrated in an environment with Pandas or Spark. We think they are very good tools to clean and transform the data while Atoti is made for analysis and visualization. We have actually built connectors to load DataFrames from Pandas or Spark into Atoti stores.

What is the benefit of Atoti compared to Pyplot or Matplotlib?

  • No need to write code to define your graph.

  • The view is not frozen: you can build a dashboard and share it with other users who can still interact with it (for example by adding filters).

What is the benefit of Atoti compared to Tableau or Qlik?

  • Interactivity: you don’t have to export the data and load it into another software. With Atoti, all the measures are defined in Python, adding a new measure or more data is easy.

  • Performance: when visualizing large datasets, Atoti will still answer very quickly.