{"id":16346401,"url":"https://github.com/milesgranger/pontem","last_synced_at":"2026-05-15T12:31:17.885Z","repository":{"id":116638928,"uuid":"99466836","full_name":"milesgranger/pontem","owner":"milesgranger","description":"Treat Spark like pandas.","archived":false,"fork":false,"pushed_at":"2017-09-03T07:35:09.000Z","size":34,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T01:40:46.719Z","etag":null,"topics":["dataframe-api","dataframes","distributed-dataframe","pandas","pyspark","spark-dataframes"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milesgranger.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}},"created_at":"2017-08-06T05:43:38.000Z","updated_at":"2017-08-16T11:42:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"70813c43-dc58-4e71-a970-46b0d2a41308","html_url":"https://github.com/milesgranger/pontem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/milesgranger/pontem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fpontem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fpontem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fpontem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fpontem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milesgranger","download_url":"https://codeload.github.com/milesgranger/pontem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milesgranger%2Fpontem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dataframe-api","dataframes","distributed-dataframe","pandas","pyspark","spark-dataframes"],"created_at":"2024-10-11T00:35:15.985Z","updated_at":"2026-05-15T12:31:17.880Z","avatar_url":"https://github.com/milesgranger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pontem\nTreat PySpark DataFrames like pandas.  \n\n_This is currently just a hobby project, not suitable for use._\n---\n\nTurn somethinig like this:  \n```python\n# Pure PySpark API; df is type pyspark.sql.DataFrame\ndef multiply(n):\n    return udf(lambda col: col * n, FloatType())\ndf = df.withColumn('new_col', df.select(multiply(2)(df['other_col'])))\n```  \n\n...into this:  \n```python\n# Using pontem.core.DataFrame object.\ndf['new_col'] = df['other_col'] * 2\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fpontem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilesgranger%2Fpontem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilesgranger%2Fpontem/lists"}