Skip to main content

Progress bar for pandas file reading operationa

Project description

tqdm_pandas

This package aims to end put some certainity into reading large files with pandas by adding a progress bar to the process.

Installation

pip install tdqm_pandas

Usage

import pandas as pd
from tqdm_pandas import patch_pandas, unpatch_pandas 

# Patch pandas to add progress bar functionality directly to the existing pandas functions
patch_pandas()

# Read a large CSV file with a progress bar
df = pd.read_csv('XXX.csv')

# Read a large Excel file with a progress bar
df = pd.read_excel('XXX.xlsx')

# Read a large JSON file with a progress bar
df = pd.read_json('XXX.json')

# Read a large Parquet file with a progress bar
df = pd.read_parquet('XXX.parquet')

# Unpatch pandas to remove progress bar functionality       
unpatch_pandas()

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you find a bug or have a feature request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Ishaan Jolly

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

tqdm_pandas-0.1.0.dev1.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tqdm_pandas-0.1.0.dev1-py3-none-any.whl (2.5 kB view details)

Uploaded Python 3

File details

Details for the file tqdm_pandas-0.1.0.dev1.tar.gz.

File metadata

  • Download URL: tqdm_pandas-0.1.0.dev1.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.22

File hashes

Hashes for tqdm_pandas-0.1.0.dev1.tar.gz
Algorithm Hash digest
SHA256 a79569762e90c6bd9560035fca50ac1229c001b755f93f91a5a628fdc2ea58bf
MD5 52fbf0a4f9d710acf14261cd0f9425c7
BLAKE2b-256 80d2b1ef2b3a2acfa187bb4210aee93d2ecc6f4384f7171b67cb489eb6b35a31

See more details on using hashes here.

File details

Details for the file tqdm_pandas-0.1.0.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for tqdm_pandas-0.1.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 7072d1ef1c81f6525de3bfd290d43a10ec8d28fb486c6ae207bb82eeee4197f1
MD5 b78b4b25af1528198160db6d8fe193a4
BLAKE2b-256 77ae30d6ec7f87e4bbc2ec47f4d1dfc0448a0cf697f25c29a5ef9517c2414297

See more details on using hashes here.

Supported by

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