Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpledatatable

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 0.3.4
  • PyPI
  • Socket score

Maintainers
1

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc