Datifly is a web application for data manipulation, analysis, editing, rearranging, and visualization.
- Upload, analyze, and visualize datasets
- Edit and rearrange data
- Interactive charts and maps
- Install dependencies:
pip install -r requirements.txt
- Run the app:
python app.py
app.py— Entry point, initializes Dash applayout.py— Dash layout and UI componentscallbacks/— Folder for callback logicutils/— Utility functions (data loading, geo utils, etc)assets/— CSS, JS, and images
This project is under active refactoring to improve code quality and maintainability.