Skip to main content

Tools to manage ODS files

Project description

ODS Tools

Overview

ODS tools is a python package put in place to support generic use case regarding the reading and writing of ODS file in accordance with the ODS schemas.

command line interface

ODS tools provide command line interface to quickly convert

  • single csv file or all csv files in a directory (with generic name see ods.usual_file_name) into parquet
    ods_tools csv_to_parquet -c csv_filepath -p parquet_filepath
  • single parquet files or all files in a directory (with generic name see ods.usual_file_name) a back to csv
    ods_tools parquet_to_csv -c csv_filepath -p parquet_filepath

Generic functions

  • ods_tools.read_csv : convert csv file to dataframe
  • ods_tools.read_parquet : convert parquet file to dataframe
  • ods_tools.csv_to_parquet : convert csv file to parquet file
  • ods_tools.parquet_to_csv : convert parquet file to csv file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ods_tools-2.0.1.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

ods_tools-2.0.1-py3-none-any.whl (16.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page