{"id":30983804,"url":"https://github.com/lmuffato/jiboia","last_synced_at":"2026-05-19T10:03:46.443Z","repository":{"id":313484152,"uuid":"1050647862","full_name":"lmuffato/jiboia","owner":"lmuffato","description":"Jiboia is a Python package for automatically normalizing and optimizing DataFrames efficiently.","archived":false,"fork":false,"pushed_at":"2025-09-05T15:57:46.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T11:54:13.299Z","etag":null,"topics":["data-analysis","data-science","dataframe","normalization","pandas","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/jiboia-gpu/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lmuffato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T18:17:48.000Z","updated_at":"2025-09-05T19:37:06.000Z","dependencies_parsed_at":"2025-09-06T11:54:14.384Z","dependency_job_id":"e496625b-3501-4ee2-9794-aef944b3eb6c","html_url":"https://github.com/lmuffato/jiboia","commit_stats":null,"previous_names":["lmuffato/jiboia"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/lmuffato/jiboia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmuffato%2Fjiboia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmuffato%2Fjiboia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmuffato%2Fjiboia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmuffato%2Fjiboia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lmuffato","download_url":"https://codeload.github.com/lmuffato/jiboia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lmuffato%2Fjiboia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274800755,"owners_count":25352178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-science","dataframe","normalization","pandas","python"],"created_at":"2025-09-12T11:08:55.972Z","updated_at":"2026-05-19T10:03:46.396Z","avatar_url":"https://github.com/lmuffato.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jiboia\n\n**Jiboia** is a Python package for **automatically normalizing and optimizing DataFrames** efficiently.  \n\nKey features:\n- **String normalization**:\n  - Removes extra spaces.\n  - Strips leading and trailing spaces.\n  - Detects data pollution (e.g., columns that should be numeric but contain strings).\n- **Type conversion**:\n  - Numeric strings and floats ending in `.0` → integers (`int8`, `int16`, `int32`, …).\n  - Converts floats and integers to the most memory-efficient type.\n  - Converts strings in various date formats to `datetime` (`yyyy?mm?dd`, `dd?mm?yyyy`, `yyyymmd`, `dd?mm?yy`).\n  - Converts time strings (`hhmm UTC`, `hh:mm:ss`, `hh:mm:ss.s`) to `timedelta`.\n- **Null standardization** → converts different null representations to `pd.NA`.\n- **Automatic CSV detection**:\n  - Detects delimiter.\n  - Detects encoding.\n- **Memory optimization**:\n  - Provides memory usage information for DataFrames.\n  - Converts columns to the most compact types possible.\n\n---\n\n## Example Usage\n\n```python\nimport jiboia as jb\n\ndf = pd.read_csv(\"data.csv\")\ndf = jb.normalize_df(df)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuffato%2Fjiboia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flmuffato%2Fjiboia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flmuffato%2Fjiboia/lists"}