# Fundamentals

Learn the core concepts behind data analysis with NavIcons Demo.


# Data Types

All analysis functions work with `list[float]` inputs:

``` python
from gdtest_nav_icons import analyze

analyze([1.0, 2.0, 3.0])
```


# Return Types

Results are always plain Python dicts or strings -- no custom types.
