elixir-explorer / explorer

Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k stars 123 forks source link

Update exploring_explorer.livemd #957

Closed balexand closed 3 months ago

balexand commented 3 months ago

The first change fixes the warning:

warning: 11..1 has a default step of -1, please write 11..1//-1 instead

The second change fixes a typo that results in error:

** (ArgumentError) could not find column name "cuontry". Did you mean:

      * "country"

If you are attempting to interpolate a value, use ^cuontry.
philss commented 3 months ago

@balexand Thank you!