
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
This package aims to end put some certainity into reading large files with pandas by adding a progress bar to the process.
pip install tdqm_pandas
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()
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.
This project is licensed under the MIT License - see the LICENSE file for details.
Ishaan Jolly
FAQs
Progress bar for pandas file reading operations
We found that tqdm-pandas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.