Plotting High Quality Plots in Python with Plotly and Clufflinks

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • covid-19-data

    Data on COVID-19 (coronavirus) cases, deaths, hospitalizations, tests • All countries • Updated daily by Our World in Data (by owid)

  • For the purpose of visualization, we are going to look into COVID 19 Dataset publicly available on GitHub.

  • State-Location-Coordinates

    This is made for research purpose only.

  • country_df = pd.read_csv("https://github.com/q-viper/State-Location-Coordinates/raw/main/world_country.csv") country_df = country_df[["country", "lon", "lat", "iso_con"]] tldf["country"] = tldf.location tldf = tldf.merge(country_df[["country", "lat", "lon"]], on="country")

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts