GithubHelp home page GithubHelp logo

metalpoch / flask_merge_df Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 168 KB

Merge your dataframe with pandas using flask

License: MIT License

Python 61.38% HTML 38.62%
flask merge pandas-dataframe dataframe pandas

flask_merge_df's Introduction

Flask Merge DF

A simple web app created with Python 3.10 and Flask 2.1

Merge your data frames with this web app built in Python with the Flask microframework. image

Features

  • Upload your dataframes
  • Select the columns and type of merge
  • Magic
  • Export document as Excel

Tech

This web app uses a number of open source projects to work properly:

  • Flask - Microframework written in Python and designed to facilitate the development of MVC web apps.
  • Jinja2 - Jinja2 is a full-featured template engine for Python.
  • Werkzeug - Werkzeug is a comprehensive WSGI web application library.
  • Pandas - Easy-to-use data structures and data analysis tools for the Python programming language.
  • Numpy - NumPy brings the computational power of languages like C and Fortran to Python.
  • Openpyxl -Is a Python library to read/write Excel 2010 xlsx/xlsm/xltx/xltm files.
  • Bootswatch - A collection of open source themes for Bootstrap.
  • Sweetalert2 - A beautiful, responsive, customizable, accessible replacement for JavaScript's popup boxes.

Installation

Clone this repository GitHub
git clone https://github.com/metalpoch/flask_merge_df
cd flask_merge_df/
Create a virtual environment
virtualenv venv
source venv/bin/activate

or

python -m venv venv
source venv/bin/activate
Use pip to install the modules in the file requirements.txt
pip install -r requirements.txt

Use

Using flask run
export FLASK_APP=app.py
export FLASK_ENV=development
flask run
Using app.run()
python app.py

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:5000

Licence

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.