An open API service indexing awesome lists of open source software.

CSV

CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.

https://github.com/dsanchezcr/issue-importer-action

GitHub Action that imports issues from CSV or JSON files into your repository. Perfect for migrating issues from other systems, bulk creating issues from spreadsheets, or automating issue creation from structured data.

csv github-action github-copilot github-issue-importer github-issues json nodejs

Last synced: 06 May 2026

https://github.com/scarblase/portfolioprojects

A collection of data analysis and business intelligence projects using SQL, Python, and visualization tools to uncover insights from real-world datasets. šŸš€šŸ“Š

csv data-analysis data-engineering data-mining data-science data-visualization matplotlib matplotlib-pyplot pandas python python3 seaborn sql

Last synced: 06 May 2026

https://github.com/gigio1023/utility-for-python

Many utilities for developing

csv dataframe python3

Last synced: 08 May 2026

https://github.com/kitanokitsune/csv2tabular

Script to display CSV in tabular form

bash csv csv-converter csv-format gplv3 linux msys shell shell-script unix

Last synced: 09 May 2026

https://github.com/laughingman77/video_list_csv

Recursively create a CSV with details of all movie and TV media in a directory. Useful for cataloguing archive disks.

bash catalog csv directory ffprobe jellyfin kodi posix recursive spreadsheet tellico video

Last synced: 18 Jan 2026

https://github.com/midzer/beer2md

Parse OpenBeerDB *.csv files and convert the data to markdown files

beer csv database markdown

Last synced: 10 May 2026

https://github.com/isaque-s-0liveira/inventory-report

Este projeto trata-se de um sistema gerador de relatórios de estoque. A aplicação é capaz de ler esses arquivos, importar os dados de forma estruturada e gerar relatórios que resumem as informações contidas no estoque.

csv interface json-handling poo programacao-orientada-objetos protocol pytest python

Last synced: 13 May 2026

https://github.com/etr2460/export-data

Export data in React to CSV and other file formats

csv export react typescript

Last synced: 14 May 2026

https://github.com/yord/klp-dsv

A delimiter-separated values plugin for klp (Kelpie), the small, fast, and magical command-line data processor.

csv data deserializer dsv json kelpie klp marshaller parser serializer ssv tsv

Last synced: 14 May 2026

https://github.com/maurodelazeri/csv-from-boldb

dumb csv file generator from boldb

bolddb csv

Last synced: 13 Jun 2026

https://github.com/fairspec/fairspec-standard

Fairspec is a data exchange format compatible with DataCite for metadata and JSON Schema for structured data

ckan csv data dataset excel fair fairspec json ods polars python quality schema sqlite table typescript validation zenodo

Last synced: 16 Jun 2026

https://github.com/analitico-771/loan-analizer

This project was a code challenge in my journey to learn Python. I'm iterating through lists and dictionaries in oder to calculate present value and analyzing data to provide information to make buying decisions.

csv python3

Last synced: 18 Jun 2026

https://github.com/kraktus/dataclass-csv2

A fork with fixes of `dataclass-csv` python package

csv csv-parser dataclass dataclasses python python-dataclasses python3

Last synced: 08 Oct 2025

https://github.com/muhammadshavaiz/spam_or_ham_emaildetection

The Spam Email Detection project uses Scikit-learn and Pandas to classify emails as spam or not, leveraging a dataset of 5,000 emails. It demonstrates practical statistical analysis and model training for effective email classification.

csv naive-bayes pandas python random-forest sklearn svm

Last synced: 09 Feb 2026

https://github.com/dreizehnutters/nmap2csv

A CLI tool to parse Nmap XML files into clear, readable CSV reports, extracting host, service, port, and protocol details with advanced filtering options.

automation cli csv nmap reporting xml

Last synced: 04 Apr 2026

https://github.com/rwanyoike/csvblend-python-library

šŸ–‡ Join or merge multiple CSVs on a list of columns efficiently

csv python python-library sqlite3

Last synced: 27 Jan 2026

https://github.com/pprzetacznik/datalake-aws

Sample data lake pipeline on AWS implemented using Terraform

aws csv datalake parquet python terraform

Last synced: 18 Apr 2026

https://github.com/qcif/labrys-csv2html

Converts CSV records into HTML, with the output controlled by a template.

csv

Last synced: 08 Oct 2025

https://github.com/bearddan2000/python-cli-csv-to-multi-node-elasticsearch-client-without-ssl-pop

Reads a csv file into a multi node cluster for data in `pop-demo` document.

cli client csv elasticsearch kibana multi node pop python ssl to without

Last synced: 09 May 2026

https://github.com/miro-hashcode/dune-analytics-uploader

Fetches metrics from our metabase instance and uploads them to Dune Analytics

analytics csv duneanalytics javascript json metabase metabase-data nodejs

Last synced: 09 May 2026

https://github.com/nolindnaidoo/paths-le

Zero Hassle File Path Extraction & Analysis - Extract, validate, and analyze file paths from JavaScript, TypeScript, JSON, HTML, CSS, TOML, CSV, and ENV files. Smart package filtering, comprehensive validation, pattern recognition, and detailed reporting.

code-analysis css csv dependency-analysis developer-tools dotenv extraction file-paths html import-analysis javascript json path-extraction path-validation pattern-recognition toml typescript visual-studio-code vscode-extension web-development

Last synced: 21 Oct 2025

https://github.com/dorukalkan/pgdatahub

Multi-format PostgreSQL ETL automation

automation csv data-import data-pipeline etl excel json postgresql python

Last synced: 20 Apr 2026

https://github.com/ancabero/edicioneschampionsleague

Programa el cual busca estadƭsticas de la Champions League desde el 2000 en un SQLite y permite aƱadir nuevas ediciones.

csv pycharm python sqlite tkinter

Last synced: 20 Apr 2026

https://github.com/kajabity/kajabity.tools.csv

Classes to read and write ā€œ.csvā€ files including reading or appending a single field or row at a time.

c-sharp c-sharp-library csv dll kajabity nuget

Last synced: 12 Oct 2025

https://github.com/ammaar-alam/mat201-grade-calculator

A web application designed to help MAT201 students track and calculate their grades in various categories such as in-class work, PSETs, and midterms. The application provides a user-friendly interface for entering grades and displays real-time updates.

csv express-js grade-calaculator java javascript node-js webapp

Last synced: 15 Apr 2026

https://github.com/vasishta03/econovisionai

A simple Python desktop app to search and explore OECD economic data (CSV) and report summaries (TXT/JSON) using a modern CustomTkinter GUI—no SQL or web frameworks needed.

csv customtkinter data-analysis desktop-app economic-data gui json local-app oecd pandas python search tkinter

Last synced: 10 May 2026

https://github.com/soenneker/soenneker.enumerables.commaseparated

High-performance, allocation-free CSV enumeration using ReadOnlySpan{char} — a drop-in alternative to string.Split(',') for hot paths.

comma commaseparated commaseparatedenumerable csharp csv dotnet enumerable enumerables object separated span string

Last synced: 22 Apr 2026

https://github.com/bbonnin/datasets

Datasets for demos

csv dataset

Last synced: 30 Jan 2026

https://github.com/emmsthefemms/csv-reader

csv file reader for python

csv pip pypi python

Last synced: 19 Jun 2026

https://github.com/liwyd/pycsv

use it for small shops or bots to store data in database easily! -- using .csv file format.

csv database database-management python

Last synced: 10 May 2026

https://github.com/tpltnt/wir_vs_virus_hackathon_projects

A list of all projects / challenges for the WirVsVirus hackathon as CSV

coronavirus csv data hackathon raw-data

Last synced: 29 Jan 2026

https://github.com/emirhankarahasan/translation-reporter

A tool to track and report missing translations in a localization project. Supports CSV input and provides a user-friendly interface for easy export and reporting of translation gaps.

csv json localization localization-management localization-tool python python3 reporting

Last synced: 24 Apr 2026

https://github.com/flazefy2/ds-mobilesdataset

https://www.kaggle.com/datasets/abdulmalik1518/mobiles-dataset-2025

csv data-visualization jupiter-notebook python

Last synced: 24 Apr 2026

https://github.com/ismielabir/pycsvsummarizer

A lightweight tool to summarize CSV files using various features.

csv data-analysis data-summary python

Last synced: 25 Apr 2026

https://github.com/brainexe/git-log-exec

Executes any bash command on the whole git history and produces a CSV file out of it.

csv git git-history git-log git-stats log trend

Last synced: 25 Apr 2026

https://github.com/aakashsyadav1999/personal_finance_tracker

Track your finance in straight forward way. (insert,track,extract,plot)

csv dataclasses finance financial-analysis matplotlib oop python pythonapp

Last synced: 25 Apr 2026

https://github.com/izh318/word-cloud-generator-gui-

CSV ķŒŒģ¼ ė°ģ“ķ„°ė”œ ģ›Œė“œ ķ“ė¼ģš°ė“œė„¼ ģ‰½ź²Œ ė§Œė“¤ 수 ģžˆėŠ” Tkinter GUI ķŒŒģ“ģ¬ ķ”„ė”œź·øėžØģž…ė‹ˆė‹¤.

csv gui wordcloud wordcloud-generator

Last synced: 06 Jun 2026

https://github.com/luismendes070/csv-php

https://luismendes070.github.io/csv-php/

comma-separated-values csv laravel php

Last synced: 26 Apr 2026

https://github.com/chunkingz/dicejobseasyapplybot

Bot used for easy apply on Dice.com jobs

csv java selenium selenium-java

Last synced: 26 Apr 2026

https://github.com/mairondc21/streamlit_deploy

streamlit com deploy na aws usando o terraform

csv dockerfile parquet python-io streamlit

Last synced: 10 May 2026

https://github.com/vikrantdeshpande09876/xml_to_csv_rep

A Flask app with an easy-to-use frontend that's intended for generating a configuration excel, given an input XML/XSD file (ie- Extensible Markup format to Relational schema)

csv flask html-css-javascript javascript python xml

Last synced: 05 May 2026

https://github.com/eduardoopv/google-maps-leads

Automatiza a busca de empresas no Google Maps, filtrando e salvando resultados em arquivos CSV

csv nodejs

Last synced: 27 Apr 2026

https://github.com/oakwood-commons/kvx

A terminal-based UI for exploring structured data interactively

cel cli csv data-viewer go json ndjson terminal toml tui yaml

Last synced: 27 Apr 2026

https://github.com/starfish719/github-issue-creater

GitHub恮Issueć‚’äø€ę‹¬ć§ä½œęˆć™ć‚‹ć‚¹ć‚ÆćƒŖćƒ—ćƒˆ

csv github php redmine

Last synced: 27 Apr 2026

https://github.com/mikeludemann/json2csv

JSON to CSV convert method

converter csv json

Last synced: 27 Apr 2026

https://github.com/alsweider/critickerwatchlistexporter

Exports the entries of a Criticker watchlist as a CSV file.

criticker csv download exporter greasemonkey greasyfork script tampermonkey userscript watchlist

Last synced: 28 Apr 2026

https://github.com/bibek36/predicting-employee-attrition

This project focuses on predicting employee attrition using machine learning techniques. It analyzes factors influencing employee turnover, such as job satisfaction, work environment, and compensation. By leveraging data preprocessing, feature selection, and classification models, the project provides insights for retaining valuable talents.

csv data-cleaning data-processing-and-analysis decision-tree-classifier jupyter-notebook logistic-regression machine-learning naive-bayes-classifier python random-forest

Last synced: 28 Apr 2026

https://github.com/akhundmuzzammil/endexamscoreprediction

EndExamScorePrediction is a tool designed to predict end-semester exam scores based on attendance, mid-semester exam marks, and study hours.

csv data-science jupyter-notebook machine-learning prediction python regression streamlit

Last synced: 11 May 2026

https://github.com/riboseinc/structured_csv

Ruby script that converts CSV (structured CSV) to YAML

csv yaml

Last synced: 29 Apr 2026

https://github.com/cmdrvl/rvl

rvl reveals the smallest set of numeric changes that explain what actually changed between two datasets — or confidently tells you nothing changed.

cli csv data data-quality data-validation diff finance numerical-analysis open-source ops rust tooling

Last synced: 25 Feb 2026

https://github.com/siara-cc/csv_ml_android_demo

Android application to demonstrate project csv_ml

android csv react-stu

Last synced: 11 May 2026

https://github.com/eric15342335/stat1016

2023 STAT1016 Group Project script

csv pandas python requests stat1016

Last synced: 29 Apr 2026

https://github.com/10zinten/image-annotator-bbox

Image Bounding Box annotator app for generating dataset for object detection with Deep learning

csv python sqlite tkinter xml

Last synced: 29 Apr 2026

https://github.com/paulmuenzner/backupserver

Golang Server to Periodically Create & Upload MongoDB database Backups of any Size to AWS S3 as CSV with Circular Buffer Functionality

aws-s3 cron csv go-mailer golang logger mongodb

Last synced: 29 Apr 2026

https://github.com/hsfvieira/des-if-anexos-csv

Arquivos de anexos do DES-IF convertidos para .csv

abrasf anexos csv des-if

Last synced: 28 Jan 2026

https://github.com/falkirks/cdump

In browser compass card dump analyser

angular csv

Last synced: 29 Apr 2026

https://github.com/yukihirop/sit

the very very very stupid csv content tracker 🤧 Management for Sheet (ex: GoogleSpreadSheet) like git

cli csv git google-spreadsheet googlespreadsheet nodejs sit

Last synced: 29 Apr 2026

https://github.com/augustunderground/psfclj

Read PSF Traces in Clojure/Java

bnf clojure csv java psf psf-data

Last synced: 30 Apr 2026

https://github.com/evoluteur/database-export-wizard

A step wizard for ASP.NET to export database objects to CSV, TXT, HTML, XML, or SQL.

asp-net aspnet csv csv-export database export export-csvfile exporter json step-wizard vb vb-net vbnet webcontrol wizard xml-serialization

Last synced: 12 May 2026

https://github.com/its-kios09/ml-swahilitranslation

Building a English Swahili translation model

csv jupyter-notebook python

Last synced: 12 May 2026

https://github.com/ayushshivam48/weapondashboard

ARMORY DB is a high-performance tactical data visualization tool built with Python and Streamlit. It simulates a military-grade "Heads-Up Display" (HUD) for analyzing firearm specifications, ballistics, and logistical data.

csv defense python streamlit

Last synced: 13 May 2026

https://github.com/8ctopus/nano-csv

Yet another php csv/xlsx parser

csv excel import parser php xlsx

Last synced: 28 Jan 2026

https://github.com/mikeludemann/csv2json

CSV to JSON convert method

converter csv json

Last synced: 01 May 2026

https://github.com/abdelrahman-amen/csv_insights_with_crew-ai

This project is an interactive CSV data analysis tool powered by Crew AI, enabling users to extract insights and answer detailed queries from CSV files using advanced LLMs. It integrates Google, Groq, and OpenRouter APIs for enhanced embedding and data understanding.

agent api crewai csv dotenv embeddings gemini groq knowledge-base langchain llm openrouter os python

Last synced: 01 May 2026

https://github.com/jedbeom/schools-to-119centers

ģ „źµ­ 고등학교와 119ģ•ˆģ „ģ„¼ķ„°ź°„ 직선 ź±°ė¦¬ėŠ”?

911 csv school school-project

Last synced: 20 Jun 2026

https://github.com/jgauthi/component_spreadsheet

Class and method for read / generate spreadsheet files.

csv csv-parser csv-reading php74 php82

Last synced: 11 Jun 2026

https://github.com/meridian-online/finetype

Precision format detection for text data. Semantic type inference with transformation contracts, DuckDB extension, and MCP server. Pure Rust.

analytics cli csv duckdb json schema

Last synced: 12 Jun 2026

https://github.com/eu-diogo-ferreira/methods-for-working-with-csv

šŸ—ƒ Working with csv files quickly, easily and hassle-free

csv excel javascript json nodejs xlsx

Last synced: 01 May 2026

https://github.com/adityasharmahub/csv-parser-api

CSV to JSON Parser API using Node.js and Express.js

csv csv-parser expressjs json json-parser nodejs

Last synced: 01 May 2026

https://github.com/arthur020104/scrappingimoveis

Projeto de integração de scraping de dados imobiliÔrios com interface grÔfica

csv pandas python selenium selenium-python

Last synced: 01 May 2026

https://github.com/limoer96/csv2json

A Tool convert CSV to JSON or JS Object with no dependencies.

csv json

Last synced: 02 May 2026

https://github.com/qbic-pipelines/mat2json

A tool for converting matlab files containing datastructures into csv or json files

csv fileformats json matlab

Last synced: 02 May 2026

https://github.com/rich-id/csv-generator-bundle

A csv bundle for Symfony 4.4

csv php symfony

Last synced: 24 Feb 2026

https://github.com/ericlondon/rails4-sidekiq-jruby-csv-data-creator

Rails4 Sidekiq JRuby CSV Data Creator

csv jruby rails sidekiq

Last synced: 03 May 2026

https://github.com/planteome/co_339-lentil-traits

Lentil trait ontology

csv integrated obo

Last synced: 28 Jan 2026

https://github.com/marcotrombino/spark_football

Football statistics data cleaning with Apache Spark DataFrame API

apache-spark csv python3

Last synced: 03 May 2026

https://github.com/planteome/co_341-pigeonpea-traits

Pigeon pea ontology

csv integrated obo

Last synced: 28 Jan 2026

https://github.com/bonomo1/crmsolutioncreator

Dynamics 365 On Premise 8.X Solution Creator WPF Application

crm csharp csv dynamics dynamics365 wpf

Last synced: 03 May 2026

https://github.com/vaibhavmojidra/python--demo-generating-csv-rows-as-dictionary

The csv library provides functionality to both read from and write to CSV files. Designed to work out of the box with Excel-generated CSV files, it is easily adapted to work with a variety of CSV formats. The csv library contains objects and other code to read, write, and process data from and to CSV files.

coding csv dictionary mojidra programming python python2 python3 vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 14 Mar 2026

https://github.com/bearddan2000/python-cli-csv-to-elasticsearch-client-pop

Reads a csv file into a single node for data in `pop-demo` document.

cli client csv elasticsearch kibana pop python to

Last synced: 04 May 2026

https://github.com/fnu-ankit/uberdataengganalysis

Uber Data Engineering and Analysis. https://www.nyc.gov/site/tlc/about/tlc-trip-record-data.page

csv data-analytics data-engineering parquet python

Last synced: 04 May 2026

https://github.com/jakubfr4czek/apartment-prices-analysis

This repository contains an analysis of apartments prices in Krakow. It was made for "Rachunek prawdopodobieństwa i statystyka" (probability and statistics) course i took at AGH University of Science.

agh agh-wi analysis csv jupyter jupyter-notebook krakow numpy pandas price-analysis price-prediction probability probability-statistics python statistics statistics-learning

Last synced: 04 May 2026

https://github.com/arseniistratiuk/film-search

A Python service that returns a list of top-rated movies based on the user's specified genre, year, and quantity.

csv database films python search

Last synced: 04 May 2026

https://github.com/luismendes070/code-drops-csv

How to read and write .csv with NodeJS - Code/drops #90 https://youtu.be/moQRSQR1ATw?si=AW8cDbFeTDhSPdkU

2024 beekeeperstudio comma-separated-values csv httpie menn-test-2024 mongodb prisma-orm rocketseat

Last synced: 05 May 2026

https://github.com/oskaritimperi/csvre

A simple tool for replacing data in CSV columns with regular expressions.

csv regex rust-lang

Last synced: 25 Oct 2025

https://github.com/randomecho/credit-card-shuffler

Parses a credit card activity statement into a slightly different format of columns being in different places.

csv python

Last synced: 25 Oct 2025

https://github.com/cloudkj/csvee

CSV parser written in Scheme

chicken-scheme csv csv-parser csv-parsing scheme

Last synced: 24 Feb 2026

https://github.com/rdmurphy/deno-quaff

A port of the quaff Node.js library to Deno.

archieml csv data deno json toml yaml

Last synced: 05 May 2026

https://github.com/vilhalva/crud-python-com-csv

šŸŽˆGERENCIE O NOME, IDADE, EMAIL E TELEFONE DOS USUƁRIOS EM UM ARQUIVO CSV.

bot chatbot crud csv database projeto python terminal

Last synced: 05 May 2026

https://github.com/sebastianbrzustowicz/cli-users-management

Python + SQL. CLI user management script for efficient control of user accounts, viewing information and creating databases.

cli csv database db json python script sql sqlite3 unittest xml

Last synced: 06 May 2026