jorisvandenbossche / DS-python-data-analysis

Data manipulation, analysis and visualisation in Python - specialist course Doctoral schools of Ghent University
https://jorisvandenbossche.github.io/DS-python-data-analysis/
BSD 3-Clause "New" or "Revised" License
104 stars 59 forks source link

Typo - case2_observation_processing - Exercise 14 #159

Closed jonasvdd closed 2 years ago

jonasvdd commented 2 years ago

image I suppose survey_data_plots should be renamed to survey_data_decoupled.

Additionally, sometimes DataFrames are written between backticks en sometimes they aren't.

Sorry for the nitpicking 😇

stijnvanhoey commented 2 years ago

No worries ;-), it is a valid point on which we should improve the consistency in representing DataFrames/variables, column names and methods. Thanks for the attention to this;