11 projects
execsql
Runs a SQL script against a PostgreSQL, SQLite, MariaDB/MySQL, DuckDB, Firebird, MS-Access, MS-SQL-Server, or Oracle database, or an ODBC DSN. Provides metacommands to import and export data, copy data between databases, conditionally execute SQL and metacommands, and dynamically alter SQL and metacommands with substitution variables. Data can be exported in 18 different formats, including CSV, TSV, ODS, HTML, JSON, LaTeX, and Markdown tables, and using custom templates.
mapdata
An interactive map and table explorer for geographic coordinates in a spreadsheet, CSV file, or database that includes data plotting and statistical summaries
xtab
Crosstabulates data in a text file.
un-xtab
Un-crosstab data in a text file.
dropcols
Filters a CSV file, extraction or dropping columns selected by name or position. | Removes (or conversely, extracts)
tkpane
Encapsulates Tkinter UI elements in 'panes' that can be combined into an overall UI, integrating them by specifying callback functions and data keys.
met
Multinomial Exact Tests
chkcsv
Checks the format of a CSV file with respect to a specifed set of column names and types.
tklayout
Simplifies the implementation of Tkinter UI layouts by allowing the developer to describe the hierarchy of UI elements from the inside out.
rvect
Implements a vector data type similar to that in the R statistical language.
querycsv
Execute SQL code against data contained in one or more comma-separated-value (CSV) files.