DataFlow Notebook is a dynamic, code-free platform designed to streamline data manipulation and analysis for non-technical users.
- Code-Free Data Manipulation: Engage with data without any coding knowledge using an intuitive drag-and-drop interface.
- Data Operations: Perform essential data operations such as merging, filtering, sorting, ecc..
- User-Friendly Interface: Designed with non-technical users in mind to help them perform complex data analysis tasks effortlessly.
- Python Flask: Serves as the backend framework, handling data processing and server-side logic.
- React/React Flow: Powers the frontend graphical user interface, enabling interactive data manipulation through visual elements.
Install modules
npm install
Run
npm run dev
Create a virtual environment
python3 -m venv .venv
Activate it
source .venv/bin/activate
Install requirements
pip install -r requirements.txt
This project was developed with the help of :
- @alessiogiovagnini : https://github.com/alessiogiovagnini
- @Jacobsalvi https://github.com/JacobSalvi