Socket
Socket
Sign inDemoInstall

simpledatatable

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    simpledatatable

This package allows flet developers to easily import SQL, CSV, Excel or Json tables into flet's DataTable.


Maintainers
1

Readme

simpledt

This is a third party party package for the framework Flet.

It enables Flet users to serialize

  • Pandas DataFrame
  • SQL
  • CSV
  • JSON
  • Excel

Into Flet's DataTable.

For documentation and other details, please visit the project repository

Release notes:

Version 0.3.4

  • Added **kwargs to every shortcut function
Example usage:
import flet as ft
from simpledt import CSVDataTable

def main(page: ft.Page):
    csv = CSVDataTable("MOCK_DATA2.csv", delimiter=";")
    datatable = csv.datatable
    page.add(datatable)

ft.app(target=main)

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc