Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 13, 2022 10:28 am GMT

Free Python Converter Tool - DataFrames, OpenAPI, CSV to Models, DataTables

Hello Coders!

The video mentioned in this article explains how to use a free conversion tool written in Python to manipulate and convert information into different formats. The tool is a simple UI able to convert OpenAPI descriptors, CSV, and DataFrames into Python Models definition (allows editing), Data tables, and charts. The whole process is visual.

Thanks in advance for your feedback!

Is important to know that the sources are released under EULA License: free for students, personal projects (non-commercial), and NGOs. Here is the list with supported conversions:

  • OpenAPI (JSON) to models (Flask, Django)
  • Edit extracted modules
  • CSV to Models
  • CSV to DataTables
  • CSV to Charts
  • DataFrames to Models, DataTables
  • DataFrames export (JSON, CSV, SQL format)

Video transcript

  • Access the public repository: Python Converter
  • Present the tool features
  • Start the project in a local environment
  • Upload different inputs: CSV, DataFrames
  • Convert OpenAPI files
  • Convert CVS files
  • Convert DataFrames files

The product is under heavy development and 2nd iteration will include: Yaml format for OpenAPI, Swagger UI (remote processing), and Remote Databases conversions.

Thanks for reading! For more resources, please access:


Original Link: https://dev.to/sm0ke/free-python-converter-tool-dataframes-openapi-csv-to-models-datatables-26jn

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To