Skip to content

Data Visualization with Python

Which types of data are used to visualize?

Section titled “Which types of data are used to visualize?”

When we talk about data, mostly we focus on the structure data.

  • Table type data. (Excel/csv)
  • Multi-dimensional array
  • Time Series
  • Panda Series
  • matplotlib line chart
  • matplotlib bar chart
  • Pandas DataFrame from csv file
  • Visualize the data with horizontal bar chart
  • Visualize the data with pie chart
  • Add a new column and visualize the data with bar chart
  • Visualize air line data in the web browser