{"id":29620513,"url":"https://github.com/practical-data-science/pandasxml","last_synced_at":"2026-05-19T04:13:09.963Z","repository":{"id":43115734,"uuid":"470922194","full_name":"practical-data-science/PandasXML","owner":"practical-data-science","description":"PandasXML is a Python package that imports data from remote XML files into Pandas dataframes, so they can be manipulated or exported to other file formats, such as CSV. ","archived":false,"fork":false,"pushed_at":"2022-03-17T17:09:46.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-05T19:39:28.262Z","etag":null,"topics":["pandas","xml"],"latest_commit_sha":null,"homepage":"","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/practical-data-science.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}},"created_at":"2022-03-17T09:13:33.000Z","updated_at":"2022-08-29T23:24:11.000Z","dependencies_parsed_at":"2022-09-25T09:33:58.999Z","dependency_job_id":null,"html_url":"https://github.com/practical-data-science/PandasXML","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/practical-data-science/PandasXML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practical-data-science%2FPandasXML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practical-data-science%2FPandasXML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practical-data-science%2FPandasXML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practical-data-science%2FPandasXML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/practical-data-science","download_url":"https://codeload.github.com/practical-data-science/PandasXML/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/practical-data-science%2FPandasXML/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266232585,"owners_count":23896632,"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","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":["pandas","xml"],"created_at":"2025-07-21T03:14:04.932Z","updated_at":"2026-05-19T04:13:04.942Z","avatar_url":"https://github.com/practical-data-science.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PandasXML\nPandasXML is a Python package that imports data from remote XML files into Pandas dataframes, so they can be manipulated or exported to other file formats, such as CSV. \n\n### Installation\nYou can install PandasXML by running the following command in your terminal:\n\n```commandline\npip3 install git+https://github.com/practical-data-science/PandasXML.git\n```\n\n### Usage\nInstall the package and then import `pandasxml` as `px`. Pass the URL of the remote XML file to `px.read_xml()` to read the data into a Pandas dataframe.\n\nBy default, the `read_xml()` function expects elements to be named `item`, but you can define the element name using the `element_name` parameter.\n\n```python\nimport pandasxml as px\n\ndf = px.read_xml('https://practicaldatascience.co.uk/sitemap.xml', element_name='url')\ndf.head()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpractical-data-science%2Fpandasxml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpractical-data-science%2Fpandasxml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpractical-data-science%2Fpandasxml/lists"}