{"id":13815116,"url":"https://github.com/calpaterson/csvbase","last_synced_at":"2025-10-23T07:32:13.872Z","repository":{"id":77149326,"uuid":"433584059","full_name":"calpaterson/csvbase","owner":"calpaterson","description":"a simple web database","archived":false,"fork":false,"pushed_at":"2024-04-15T06:35:08.000Z","size":1212,"stargazers_count":243,"open_issues_count":44,"forks_count":7,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-04-16T02:22:16.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://csvbase.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/calpaterson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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}},"created_at":"2021-11-30T20:58:15.000Z","updated_at":"2024-04-17T03:47:21.751Z","dependencies_parsed_at":"2024-04-17T03:47:15.626Z","dependency_job_id":null,"html_url":"https://github.com/calpaterson/csvbase","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calpaterson%2Fcsvbase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calpaterson%2Fcsvbase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calpaterson%2Fcsvbase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calpaterson%2Fcsvbase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calpaterson","download_url":"https://codeload.github.com/calpaterson/csvbase/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247057151,"owners_count":20876523,"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":[],"created_at":"2024-08-04T04:02:58.596Z","updated_at":"2025-10-23T07:32:13.797Z","avatar_url":"https://github.com/calpaterson.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"csvbase logo\" src=\"https://github.com/calpaterson/csvbase/raw/main/csvbase/web/static/logo/128x128.png\"\u003e\n\u003c/div\u003e\n\n# csvbase\n\nA simple website for sharing table data.\n\n![screenshot](https://raw.githubusercontent.com/calpaterson/csvbase/main/csvbase/web/static/table-screenshot.png)\n\n## What it's about\n\n1. Paste your CSV file\n2. Get a table on the web you can share with people via url\n3. They can export it into pandas/excel/spark/whatever\n\nIn short: making it really easy to share dataframes.\n\n## For example\n\nA good demo is\n[meripaterson/stock-exchanges](https://csvbase.com/meripaterson/stock-exchanges),\nwhich is an up-to-date list of the world's stock exchanges.\n\nIf you wanted to load that dataset into\n[pandas](https://github.com/pandas-dev/pandas), for example, you would run:\n\n```python\n\u003e\u003e\u003e import pandas as pd\n\u003e\u003e\u003e # you just put in the same url as on the website, bit of magic here\n\u003e\u003e\u003e stock_exchanges = pd.read_csv(\"https://csvbase.com/meripaterson/stock-exchanges\")\n\u003e\u003e\u003e stock_exchanges\n     csvbase_row_id      Continent                    Country                                     Name   MIC Last changed\n0                 1         Africa                    Lesotho                                    HYBSE   NaN   2019-03-25\n1                 2           Asia                Kazakhstan     Astana International Financial Centre  AIXK   2018-11-18\n2                 3         Africa              South Africa                                     ZAR X  ZARX   2018-11-18\n3                 4  South America                 Argentina              Bolsas y Mercados Argentinos   NaN   2018-04-02\n4                 5  North America  United States of America                   Delaware Board of Trade   NaN   2018-04-02\n..              ...            ...                        ...                                      ...   ...          ...\n246             247  North America  United States of America                  Long-Term Stock Exchange  LTSE   2020-09-14\n247             248  North America  United States of America   Miami International Securities Exchange  MIHI   2020-09-24\n248             249  North America  United States of America                         Members' Exchange   NaN   2020-09-24\n249             250         Africa                  Zimbabwe             Victoria Falls Stock Exchange   NaN   2020-11-01\n250             251           Asia                     China                    Beijing Stock Exchange   NaN   2021-12-27\n\n[251 rows x 6 columns]\n```\n\nIt's just as easy to:\n\n1. [Export to XLSX (MS Excel)](https://csvbase.com/meripaterson/stock-exchanges/export)\n2. [Export to R](https://csvbase.com/meripaterson/stock-exchanges/export)\n3. Execute create/read/update/delete operations via a [simple REST API](https://csvbase.com/meripaterson/stock-exchanges/docs)\n4. [And get the CSV back as well, of course](https://csvbase.com/meripaterson/stock-exchanges/export)\n\n## A few more details\n\nThis repo has the full sourcecode for the website.  There is no other repo with\nmore stuff in it.  Except the [client\ncode](https://github.com/calpaterson/csvbase-client).\n\nFor tips on how to get started, see [HACKING.md](HACKING.md).\n\nCsvbase is licensed under the AGPLv3 or later.  You're free to reuse it as you\nlike under that licence but please bear in mind the one-man-and-his-dog nature\nof this operation: I can't support you and there is NO warranty; not even for\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n","funding_links":[],"categories":["Open data portals","Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalpaterson%2Fcsvbase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalpaterson%2Fcsvbase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalpaterson%2Fcsvbase/lists"}