#Csv-files
Showing 9 of 9 repositories tagged #csv-files, ranked by stars
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
:id: Command line tool for deduplicating CSV files
A free csv file viewer & editor
This is a simple machine learning project using classifiers for predicting factors which affect student grades, using data from CSV file
A self-hosted, browser-based AI CSV analyzer
π Data Analysis with the Pandas Library & Notes ππ
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
CLI tool for transforming collections of tabular source data into a variety of text-based data formats via YAML configuration and Jinja templates.
A parallel implementation of the bzip2 data compressor in python, this data compression pipeline is using algorithms like BurrowsβWheeler transform (BWT) and Move to front (MTF) to improve the Huffman compression. For now, this tool only will be focused on compressing .csv files, and other files on tabular format.