Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1928

Rename category and add several libraries

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Administrator requested to merge github/fork/morags/master into master Jan 22, 2022
  • Overview 0
  • Commits 26
  • Pipelines 0
  • Changes 1

Created by: morags

This PR has several parts:

  1. Rename "Geolocation" to "geospatial data processing", since it's a more accurate description of what these libraries do.
  2. Create a new subcategory for the "core" libraries and frameworks that are used for data analysis in the Python ecosystem.
  3. Move or add many popular libraries for visuzaliation and [exploratory] data analysis (see below).

Added / moves libraries:

  1. Cartopy, which is a complete geospatial data processing suit.
  2. GeoPandas, a geospatial data processing suit that is part of the HoloViz suit.
  3. TextBlob, a high-level API to NLTK.
  4. Dataprep, Pandas Profiling, SweetViz and Lux, which are "exploratory data analysis" tools that can automatically visualize a dataset.
  5. Folium, an API for rendering spatial data using Leaflet.js
  6. Glue, which is used to visualize data across different domains.
  7. HoloViz, a suit of modern visualization libraries.
  8. napari, is an advanced image viewer and annotator that can deal with very large images and layered data.
  9. D-Tale, a spreadsheet-like interface to Pandas DFs.
  10. xarray, a Pandas alternative for >3-dimensional data.
  11. PyArrow, an interface to Apache Arrow.
  12. bamboolib, a gui for visualizing and tranforming DFs.
  13. Turi Create, a machine learning framework from Apple.
  14. Polars, a fast Pandas alternative written in Rust.
  15. Vaex, an Arrow-NumPy hybrid for large datasets.
  16. RAPIDS, a suit of libraries for running data analysis tasks on GPUs.
  17. Modin, a Pandas-like API on top of Dask and Ray.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/morags/master