News

Introduction This is my first program. It is a class module to help you to convert text or CSV to JSON format for Django model which need three properties: “pk”, “model” and “fields”. See ...
Python project to convert CSV to Parquet, and use an LLM to add metadata to the columns. This repository contains two Python scripts: csv_to_parquet.py: Converts a CSV file to a Parquet file, ...
This post will show you how to open CSV files in Python using the CSV module. You'll also learn another method + how to write CSV files!
Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement ...