BFVM19PROG1
  • Preface
  • Essential libraries
  • Building maintainable code
  • Data processing
    • Introduction
    • Structured data
    • Vectorised solutions
    • Configuration files
      • YAML
    • Data loading, Storage and File Formats
      • CSV
      • XML
      • JSON
      • HTTP
      • API's
      • Database concepts
      • SQL
  • Data inspection
  • Data exploration
  • Data wrangling
    • Dealing with missing values
    • Cleaning data
    • DateTime wrangling
    • Reshape with melt
    • Combine data
  • Normalization
  • Time series
  • Streaming data
  • Data visualisation
    • Bokeh introduction
    • Plot with glyphs
    • Plotting with different data structures
    • Boxplot
    • Heatmap
    • Bokeh widgets
    • Bokeh layouts
    • Bokeh applications
    • Panel basics
  • DATA ANALYSIS
    • Statistics in Python
  • Study Cases
    • Why we love Numpy
    • Heart failure Case study
    • Adults who binge drink in hot towns
    • USDA food database (JSON)
    • Breastcancer NKI data
    • Plotting time data with panel dashboard and bokeh
Powered by GitBook
On this page

Was this helpful?

Data wrangling

Dealing with missing valuesCleaning dataDateTime wranglingReshape with meltCombine data
PreviousData explorationNextDealing with missing values

Last updated 4 years ago

Was this helpful?