GitHub / sideshot / Numeric-Dataframe-Optimizer
This script is designed to optimize memory usage in large Pandas DataFrames. It intelligently selects the most appropriate data types for numeric columns, balancing memory efficiency with the need to accurately represent the data. This is particularly useful for large datasets, where memory management is crucial.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sideshot%2FNumeric-Dataframe-Optimizer
Stars: 2
Forks: 0
Open issues: 0
License: mit
Language: Python
Size: 23.4 KB
Dependencies parsed at: Pending
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: big-data, data-cleaning, data-processing, data-science, dataframe-optimization, memory-management, numpy, pandas, performance-improvement, python