--- sdk: gradio sdk_version: 3.50.2 app_file: app.py pinned: false --- # gradio-walkthrough ## App 1: Visual Exploration of AirBnB Listings in NYC using [pygwalker](https://github.com/Kanaries/pygwalker) > [pygwalker]() is a python library that turn your dataframe/dataconnection into an interactive visualization module which allows your to analysis the data with drag-and-drop/chat interface, like tableau/powerBI. Run the app ```bash python app.py ```